SubWeave

SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!

SubWeave क्या है?

SubWeave https://subweave.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SubWeave एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension allows you to have alternative casual discussions with your own community by adding a live chat room to each sub.

It also combines similar social media sites into a single experience in a tasteful, minimalist, and unobtrusive manner, so no matter which site you are currently browsing, you will still see content from other similar sites which you are sure to find relevant.                    

एक्सटेंशन की मूल जानकारी

नाम SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
आधिकारिक URL https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
विवरण SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
फ़ाइल का आकार 97.04 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2015-07-21
प्रकाशन तिथि 2015-07-21
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर https://subweave.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SubWeave",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "subweave.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking"
    ]
}