VeryCD Unread Count
View count of unread VeryCD notifications without visiting the site.
¿Qué es VeryCD Unread Count?
VeryCD Unread Count es una extensión de Chrome desarrollada por xslidian, y su función principal es "View count of unread VeryCD notifications without visiting the site.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión VeryCD Unread Count
Descarga archivos de extensión VeryCD Unread Count en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | VeryCD Unread Count |
ID | gejgjjckkgcebglnbfmkhikdldnildac |
URL Oficial | https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac |
Descripción | View count of unread VeryCD notifications without visiting the site. |
Tamaño del Archivo | 9.66 KB |
Cantidad de Instalaciones | 125 |
Versión Actual | 0.2.1 |
Última Actualización | 2020-05-25 |
Fecha de Publicación | 2020-05-25 |
Desarrollador | xslidian |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/xslidian/verycd-unread-count/releases |
URL de la Página de Ayuda | https://github.com/xslidian/verycd-unread-count/issues |
Idiomas Soportados | 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" } |