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\/"
    ]
}