VeryCD Unread Count

View count of unread VeryCD notifications without visiting the site.

Apa itu VeryCD Unread Count?

VeryCD Unread Count adalah ekstensi Chrome yang dikembangkan oleh xslidian, dan fitur utamanya adalah "View count of unread VeryCD notifications without visiting the site.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VeryCD Unread Count

Unduh file ekstensi VeryCD Unread Count dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama VeryCD Unread Count VeryCD Unread Count
ID gejgjjckkgcebglnbfmkhikdldnildac
URL Resmi https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac
Deskripsi View count of unread VeryCD notifications without visiting the site.
Ukuran File 9.66 KB
Jumlah Instalasi 125
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2020-05-25
Tanggal Publikasi 2020-05-25
Pengembang xslidian
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/xslidian/verycd-unread-count/releases
URL Halaman Bantuan https://github.com/xslidian/verycd-unread-count/issues
Bahasa yang Didukung 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"
}