VeryCD Unread Count
View count of unread VeryCD notifications without visiting the site.
VeryCD Unread Count क्या है?
VeryCD Unread Count xslidian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View count of unread VeryCD notifications without visiting the site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VeryCD Unread Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |