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