VeryCD Unread Count

View count of unread VeryCD notifications without visiting the site.

什么是VeryCD Unread Count?

VeryCD Unread Count是由xslidian开发的Chrome扩展程序,该扩展的主要功能是“View count of unread VeryCD notifications without visiting the site.”。

扩展截图

screenshot

下载VeryCD Unread Count扩展crx文件

下载VeryCD Unread Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Too slow opening VeryCD.com and wait for unread numbers to show up?

This simple extension could help you!

Note that you'll need a VeryCD account for this extension to work.

Report your issues here:
https://github.com/xslidian/verycd-unread-count/issues                    

扩展基本信息

名称 VeryCD Unread Count VeryCD Unread Count
ID gejgjjckkgcebglnbfmkhikdldnildac
官方URL https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac
简介 View count of unread VeryCD notifications without visiting the site.
文件大小 9.66 KB
安装次数 125
当前版本 0.2.1
更新时间 2020-05-25
上架时间 2020-05-25
开发者 xslidian
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/xslidian/verycd-unread-count/releases
帮助页面URL https://github.com/xslidian/verycd-unread-count/issues
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extension_name__",
        "icon": "icons\/icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "icons\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "permissions": [
        "*:\/\/*.verycd.com\/"
    ],
    "version": "0.2.1"
}