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
Eメール [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"
}