SubWeave
SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
ما هو SubWeave؟
SubWeave هو إضافة Chrome تم تطويرها بواسطة https://subweave.com، والميزة الرئيسية لها هي "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SubWeave
قم بتنزيل ملفات الامتداد SubWeave بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | SubWeave |
ID | epnlecnffenjokggffehjghpmahdcigo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo |
الوصف | SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again! |
حجم الملف | 97.04 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2015-07-21 |
تاريخ النشر | 2015-07-21 |
تقييم | 5.00/5 مجموع تقييمات 14 |
المطور | https://subweave.com |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |