SubWeave

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

Co je SubWeave?

SubWeave je rozšíření Chrome vyvinuté https://subweave.com, a jeho hlavní funkcí je „SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SubWeave

Stáhněte si soubory rozšíření SubWeave ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
Oficiální URL https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
Popis SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
Velikost souboru 97.04 KB
Počet instalací 43
Aktuální Verze 1.1.3
Poslední Aktualizace 2015-07-21
Datum Vydání 2015-07-21
Hodnocení 5.00/5 Celkem 14 Hodnocení
Vývojář https://subweave.com
Typ Platby free
Podporované Jazyky 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"
    ]
}