SubWeave

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

Qu'est-ce que SubWeave ?

SubWeave est une extension Chrome développée par https://subweave.com, et sa fonction principale est "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SubWeave

Téléchargez les fichiers d'extension SubWeave au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
URL Officiel https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
Description SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
Taille du Fichier 97.04 KB
Nombre d'Installations 43
Version Actuelle 1.1.3
Dernière Mise à Jour 2015-07-21
Date de Publication 2015-07-21
Évaluation 5.00/5 Total 14 Évaluations
Développeur https://subweave.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}