2ch-caster
2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
What is 2ch-caster?
2ch-caster is a Chrome extension developed by b0r3d0mness, and its main feature is "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!".
Extension Screenshots
Download 2ch-caster Extension CRX File
Download 2ch-caster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ademcdacngafppceeajjbhagmmaphgdi |
Official URL | https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi |
Description | 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous! |
File Size | 18.75 KB |
Installation Count | 24 |
Current Version | 1.3.0 |
Last Updated | 2016-01-19 |
Publish Date | 2016-01-19 |
Rating | 4.83/5 Total 6 Ratings |
Developer | b0r3d0mness |
Payment Type | free |
Supported Languages | 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\/" ] } |