VeryCD Unread Count
View count of unread VeryCD notifications without visiting the site.
VeryCD Unread Count là gì?
VeryCD Unread Count là một tiện ích mở rộng Chrome được phát triển bởi xslidian, và tính năng chính của nó là "View count of unread VeryCD notifications without visiting the site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VeryCD Unread Count
Tải xuống các tệp mở rộng VeryCD Unread Count dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VeryCD Unread Count |
ID | gejgjjckkgcebglnbfmkhikdldnildac |
URL Chính Thức | https://chromewebstore.google.com/detail/verycd-unread-count/gejgjjckkgcebglnbfmkhikdldnildac |
Mô tả | View count of unread VeryCD notifications without visiting the site. |
Kích Thước Tệp | 9.66 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2020-05-25 |
Ngày Phát Hành | 2020-05-25 |
Nhà Phát Triển | xslidian |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/xslidian/verycd-unread-count/releases |
URL Trang Trợ Giúp | https://github.com/xslidian/verycd-unread-count/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |