VeryCD Unread Count
View count of unread VeryCD notifications without visiting the site.
Что такое VeryCD Unread Count?
VeryCD Unread Count - это расширение Chrome, разработанное xslidian, и его основная функция - "View count of unread VeryCD notifications without visiting the site.".
Снимки экрана расширения
Скачать файл CRX расширения VeryCD Unread Count
Скачайте файлы расширений VeryCD Unread Count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | VeryCD Unread Count |
ID | gejgjjckkgcebglnbfmkhikdldnildac |
Официальный URL | https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac |
Описание | View count of unread VeryCD notifications without visiting the site. |
Размер файла | 9.66 KB |
Количество установок | 125 |
Текущая Версия | 0.2.1 |
Последнее Обновление | 2020-05-25 |
Дата публикации | 2020-05-25 |
Разработчик | xslidian |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/xslidian/verycd-unread-count/releases |
URL страницы помощи | https://github.com/xslidian/verycd-unread-count/issues |
Поддерживаемые языки | 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" } |