VeryCD Unread Count

View count of unread VeryCD notifications without visiting the site.

Vad är VeryCD Unread Count?

VeryCD Unread Count är en Chrome-tillägg utvecklad av xslidian, och dess huvudfunktion är "View count of unread VeryCD notifications without visiting the site.".

Tilläggsskärmbilder

screenshot

Ladda ner VeryCD Unread Count-förlängningens CRX-fil

Ladda ner VeryCD Unread Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn VeryCD Unread Count VeryCD Unread Count
ID gejgjjckkgcebglnbfmkhikdldnildac
Officiell webbadress https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac
Beskrivning View count of unread VeryCD notifications without visiting the site.
Filstorlek 9.66 KB
Antal Installationer 125
Aktuell Version 0.2.1
Senast Uppdaterad 2020-05-25
Publiceringsdatum 2020-05-25
Utvecklare xslidian
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/xslidian/verycd-unread-count/releases
Hjälpsida URL https://github.com/xslidian/verycd-unread-count/issues
Stödda Språk 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"
}