SubWeave
SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
What is SubWeave?
SubWeave is a Chrome extension developed by https://subweave.com, and its main feature is "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!".
Extension Screenshots
Download SubWeave Extension CRX File
Download SubWeave extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SubWeave |
ID | epnlecnffenjokggffehjghpmahdcigo |
Official URL | https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo |
Description | SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again! |
File Size | 97.04 KB |
Installation Count | 43 |
Current Version | 1.1.3 |
Last Updated | 2015-07-21 |
Publish Date | 2015-07-21 |
Rating | 5.00/5 Total 14 Ratings |
Developer | https://subweave.com |
Payment Type | free |
Supported Languages | 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" ] } |