2ch-caster
2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
Was ist 2ch-caster?
2ch-caster ist eine Chrome-Erweiterung, die von b0r3d0mness entwickelt wurde, und ihr Hauptmerkmal ist "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!".
Erweiterungsscreenshots
2ch-caster-Erweiterungs-CRX-Datei herunterladen
Laden Sie 2ch-caster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | ademcdacngafppceeajjbhagmmaphgdi |
Offizielle URL | https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi |
Beschreibung | 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous! |
Dateigröße | 18.75 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2016-01-19 |
Veröffentlichungsdatum | 2016-01-19 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | b0r3d0mness |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |