2ch-caster

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

2ch-casterとは何ですか?

2ch-casterはb0r3d0mnessによって開発されたChromeの拡張機能で、その主な機能は「2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

2ch-caster拡張機能のCRXファイルをダウンロード

2ch-caster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 2ch-caster 2ch-caster
ID ademcdacngafppceeajjbhagmmaphgdi
公式URL https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi
説明 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
ファイルサイズ 18.75 KB
インストール数 24
現在のバージョン 1.3.0
最終更新日 2016-01-19
公開日 2016-01-19
評価 4.83/5 合計 6 レビュー
開発者 b0r3d0mness
支払い方法 free
対応言語 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\/"
    ]
}