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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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"
}