SubWeave
SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
Apa itu SubWeave?
SubWeave adalah ekstensi Chrome yang dikembangkan oleh https://subweave.com, dan fitur utamanya adalah "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SubWeave
Unduh file ekstensi SubWeave dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | SubWeave |
ID | epnlecnffenjokggffehjghpmahdcigo |
URL Resmi | https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo |
Deskripsi | SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again! |
Ukuran File | 97.04 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2015-07-21 |
Tanggal Publikasi | 2015-07-21 |
Penilaian | 5.00/5 Total 14 Penilaian |
Pengembang | https://subweave.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |