SubWeave

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

Vad är SubWeave?

SubWeave är en Chrome-tillägg utvecklad av https://subweave.com, och dess huvudfunktion är "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner SubWeave-förlängningens CRX-fil

Ladda ner SubWeave-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
Officiell webbadress https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
Beskrivning SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
Filstorlek 97.04 KB
Antal Installationer 43
Aktuell Version 1.1.3
Senast Uppdaterad 2015-07-21
Publiceringsdatum 2015-07-21
Betyg 5.00/5 Totalt 14 Betyg
Utvecklare https://subweave.com
Betalningssätt free
Stödda Språk 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"
    ]
}