VeryCD Unread Count

View count of unread VeryCD notifications without visiting the site.

Qu'est-ce que VeryCD Unread Count ?

VeryCD Unread Count est une extension Chrome développée par xslidian, et sa fonction principale est "View count of unread VeryCD notifications without visiting the site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VeryCD Unread Count

Téléchargez les fichiers d'extension VeryCD Unread Count au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom VeryCD Unread Count VeryCD Unread Count
ID gejgjjckkgcebglnbfmkhikdldnildac
URL Officiel https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac
Description View count of unread VeryCD notifications without visiting the site.
Taille du Fichier 9.66 KB
Nombre d'Installations 125
Version Actuelle 0.2.1
Dernière Mise à Jour 2020-05-25
Date de Publication 2020-05-25
Développeur xslidian
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/xslidian/verycd-unread-count/releases
URL de la Page d'Aide https://github.com/xslidian/verycd-unread-count/issues
Langues Prises en Charge 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"
}