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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة VeryCD Unread Count

قم بتنزيل ملفات الامتداد VeryCD Unread Count بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
}