VeryCD Unread Count

View count of unread VeryCD notifications without visiting the site.

Co je VeryCD Unread Count?

VeryCD Unread Count je rozšíření Chrome vyvinuté xslidian, a jeho hlavní funkcí je „View count of unread VeryCD notifications without visiting the site.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření VeryCD Unread Count

Stáhněte si soubory rozšíření VeryCD Unread Count ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název VeryCD Unread Count VeryCD Unread Count
ID gejgjjckkgcebglnbfmkhikdldnildac
Oficiální URL https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac
Popis View count of unread VeryCD notifications without visiting the site.
Velikost souboru 9.66 KB
Počet instalací 125
Aktuální Verze 0.2.1
Poslední Aktualizace 2020-05-25
Datum Vydání 2020-05-25
Vývojář xslidian
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/xslidian/verycd-unread-count/releases
URL Stránky Nápovědy https://github.com/xslidian/verycd-unread-count/issues
Podporované Jazyky 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"
}