VeryCD Unread Count

View count of unread VeryCD notifications without visiting the site.

Co to jest VeryCD Unread Count?

VeryCD Unread Count to rozszerzenie Chrome opracowane przez xslidian, a jego główną funkcją jest „View count of unread VeryCD notifications without visiting the site.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VeryCD Unread Count

Pobierz pliki rozszerzeń VeryCD Unread Count w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa VeryCD Unread Count VeryCD Unread Count
ID gejgjjckkgcebglnbfmkhikdldnildac
Oficjalny URL https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac
Opis View count of unread VeryCD notifications without visiting the site.
Rozmiar pliku 9.66 KB
Liczba instalacji 125
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2020-05-25
Data Publikacji 2020-05-25
Deweloper xslidian
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/xslidian/verycd-unread-count/releases
Adres URL Strony Pomocy https://github.com/xslidian/verycd-unread-count/issues
Obsługiwane Języki 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"
}