SubWeave
SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
Cos'è SubWeave?
SubWeave è un'estensione di Chrome sviluppata da https://subweave.com, e la sua funzione principale è "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SubWeave
Scarica i file di estensione SubWeave in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SubWeave |
ID | epnlecnffenjokggffehjghpmahdcigo |
URL Ufficiale | https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo |
Descrizione | SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again! |
Dimensione del File | 97.04 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2015-07-21 |
Data di Pubblicazione | 2015-07-21 |
Valutazione | 5.00/5 Totale 14 Valutazioni |
Sviluppatore | https://subweave.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |