VeryCD Unread Count
View count of unread VeryCD notifications without visiting the site.
Was ist VeryCD Unread Count?
VeryCD Unread Count ist eine Chrome-Erweiterung, die von xslidian entwickelt wurde, und ihr Hauptmerkmal ist "View count of unread VeryCD notifications without visiting the site.".
Erweiterungsscreenshots
VeryCD Unread Count-Erweiterungs-CRX-Datei herunterladen
Laden Sie VeryCD Unread Count-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | VeryCD Unread Count |
ID | gejgjjckkgcebglnbfmkhikdldnildac |
Offizielle URL | https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac |
Beschreibung | View count of unread VeryCD notifications without visiting the site. |
Dateigröße | 9.66 KB |
Installationsanzahl | 125 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2020-05-25 |
Veröffentlichungsdatum | 2020-05-25 |
Entwickler | xslidian |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/xslidian/verycd-unread-count/releases |
Hilfeseite URL | https://github.com/xslidian/verycd-unread-count/issues |
Unterstützte Sprachen | 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" } |