VeryCD Unread Count
View count of unread VeryCD notifications without visiting the site.
O que é VeryCD Unread Count?
VeryCD Unread Count é uma extensão do Chrome desenvolvida por xslidian, e sua principal característica é "View count of unread VeryCD notifications without visiting the site.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VeryCD Unread Count
Baixe arquivos de extensão VeryCD Unread Count no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | VeryCD Unread Count |
ID | gejgjjckkgcebglnbfmkhikdldnildac |
URL Oficial | https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac |
Descrição | View count of unread VeryCD notifications without visiting the site. |
Tamanho do Arquivo | 9.66 KB |
Contagem de Instalações | 125 |
Versão Atual | 0.2.1 |
Última Atualização | 2020-05-25 |
Data de Publicação | 2020-05-25 |
Desenvolvedor | xslidian |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/xslidian/verycd-unread-count/releases |
URL da Página de Ajuda | https://github.com/xslidian/verycd-unread-count/issues |
Idiomas Suportados | 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" } |