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
官方網址 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\/"
    ]
}