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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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.                     Основная информация о расширении
| Название |   |  
| 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"
    ]
}  |  |