Reddit Limit
This extension sets a timer for reddit use
Reddit Limit란 무엇입니까?
Reddit Limit은(는) rchc44에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sets a timer for reddit use"입니다.
확장 프로그램 스크린샷
Reddit Limit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension sets a timer for reddit use and locks you out once timer reaches zero. It resets automatically every day, or you can manually set time in options page. Maximum time limit of 720 minutes.
확장 프로그램 기본 정보
이름 | Reddit Limit |
ID | lonknbdcnnadnckinmgdfejfnanoadpf |
공식 URL | https://chromewebstore.google.com/detail/reddit-limit/lonknbdcnnadnckinmgdfejfnanoadpf |
설명 | This extension sets a timer for reddit use |
파일 크기 | 42.9 KB |
설치 횟수 | 53 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-05-24 |
출시 날짜 | 2021-01-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | rchc44 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Limit", "description": "This extension sets a timer for reddit use", "version": "1.0.1", "manifest_version": 3, "icons": { "128": "img\/icon.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/icon.png", "default_popup": "html\/popup.html", "default_tooltip": "Limit your reddit time" }, "options_page": "html\/options.html" } |