SubWeave

SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!

Co to jest SubWeave?

SubWeave to rozszerzenie Chrome opracowane przez https://subweave.com, a jego główną funkcją jest „SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SubWeave

Pobierz pliki rozszerzeń SubWeave w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
Oficjalny URL https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
Opis SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
Rozmiar pliku 97.04 KB
Liczba instalacji 43
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2015-07-21
Data Publikacji 2015-07-21
Ocena 5.00/5 Łącznie 14 Oceny
Deweloper https://subweave.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}