ModClear
Clears notifications on click
ModClear란 무엇입니까?
ModClear은(는) JonLuca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clears notifications on click"입니다.
확장 프로그램 스크린샷
ModClear 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provides a quick way to archive all messages quickly on the new reddit modmail, both for notifications and conversations!
확장 프로그램 기본 정보
이름 | ModClear |
ID | gpcmcddkhaninomigjcgabkogknhblbm |
공식 URL | https://chromewebstore.google.com/detail/modclear/gpcmcddkhaninomigjcgabkogknhblbm |
설명 | Clears notifications on click |
파일 크기 | 84.55 KB |
설치 횟수 | 29 |
현재 버전 | 1.3 |
최근 업데이트 | 2017-06-25 |
출시 날짜 | 2017-06-25 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | JonLuca |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jonluca/ModClear |
개인정보 보호 정책 페이지 URL | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ModClear", "description": "Clears notifications on click", "version": "1.3", "background": { "scripts": [ "js\/jquery-2.1.1.min.js", "js\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/mod.reddit.com\/*", "https:\/\/mod.reddit.com\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "content_script.js" ] } ], "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "page_action": { "default_title": "ModClear", "default_icon": "images\/hover.png" }, "homepage_url": "https:\/\/github.com\/jonluca\/ModClear\/", "web_accessible_resources": [ "js\/jquery-2.1.1.min.js", "images\/*" ] } |