SubWeave

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

Wat is SubWeave?

SubWeave is een Chrome-extensie ontwikkeld door https://subweave.com, en de belangrijkste functie is "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SubWeave

Download SubWeave-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
Officiële URL https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
Beschrijving SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
Bestandsgrootte 97.04 KB
Aantal Installaties 43
Huidige Versie 1.1.3
Laatst Bijgewerkt 2015-07-21
Publicatiedatum 2015-07-21
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar https://subweave.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}