VeryCD Unread Count
View count of unread VeryCD notifications without visiting the site.
Cos'è VeryCD Unread Count?
VeryCD Unread Count è un'estensione di Chrome sviluppata da xslidian, e la sua funzione principale è "View count of unread VeryCD notifications without visiting the site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VeryCD Unread Count
Scarica i file di estensione VeryCD Unread Count in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | VeryCD Unread Count |
ID | gejgjjckkgcebglnbfmkhikdldnildac |
URL Ufficiale | https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac |
Descrizione | View count of unread VeryCD notifications without visiting the site. |
Dimensione del File | 9.66 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2020-05-25 |
Data di Pubblicazione | 2020-05-25 |
Sviluppatore | xslidian |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/xslidian/verycd-unread-count/releases |
URL della Pagina di Aiuto | https://github.com/xslidian/verycd-unread-count/issues |
Lingue Supportate | 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" } |