2ch-caster
2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
Co je 2ch-caster?
2ch-caster je rozšíření Chrome vyvinuté b0r3d0mness, a jeho hlavní funkcí je „2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 2ch-caster
Stáhněte si soubory rozšíření 2ch-caster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | ademcdacngafppceeajjbhagmmaphgdi |
Oficiální URL | https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi |
Popis | 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous! |
Velikost souboru | 18.75 KB |
Počet instalací | 24 |
Aktuální Verze | 1.3.0 |
Poslední Aktualizace | 2016-01-19 |
Datum Vydání | 2016-01-19 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | b0r3d0mness |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |