VeryCD Unread Count
View count of unread VeryCD notifications without visiting the site.
VeryCD Unread Count란 무엇입니까?
VeryCD Unread Count은(는) xslidian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View count of unread VeryCD notifications without visiting the site."입니다.
확장 프로그램 스크린샷
VeryCD Unread Count 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |