2ch-caster

2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!

Co to jest 2ch-caster?

2ch-caster to rozszerzenie Chrome opracowane przez b0r3d0mness, a jego główną funkcją jest „2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 2ch-caster

Pobierz pliki rozszerzeń 2ch-caster 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa 2ch-caster 2ch-caster
ID ademcdacngafppceeajjbhagmmaphgdi
Oficjalny URL https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi
Opis 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
Rozmiar pliku 18.75 KB
Liczba instalacji 24
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2016-01-19
Data Publikacji 2016-01-19
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper b0r3d0mness
Typ Płatności free
Obsługiwane Języki ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2ch-caster",
    "version": "1.3.0",
    "description": "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications.\nMiss no thread, anonymous!",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png"
    },
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "tts",
        "http:\/\/2ch.hk\/"
    ]
}