Erase distractions
Erase elements of any webpage in just one click. Less addictions, more focus
Erase distractions란 무엇입니까?
Erase distractions은(는) dvfurlong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Erase elements of any webpage in just one click. Less addictions, more focus"입니다.
확장 프로그램 스크린샷
Erase distractions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Erase distractions lets you take back control of how you browse and experience the web. Tech and media companies have teams of people working to keep you hooked and glued to their websites. Erase distractions helps you defend your attention without having to block the site and go cold turkey. In order to erase elements of the page just click the extension icon in the top right of your browser and press anything on your screen you want to get rid of. And poof it's gone. Even after reloading the page it won't reappear. Your attention, your focus, your choice. Happy erasing! **Limited permissions: Only requests permissions to pages you press the extension on** **Persists the erased elements so next time you visit the page they're still erased!**
확장 프로그램 기본 정보
이름 | Erase distractions |
ID | aojacabljkpaglimemogalnbmillgplm |
공식 URL | https://chromewebstore.google.com/detail/erase-distractions/aojacabljkpaglimemogalnbmillgplm |
설명 | Erase elements of any webpage in just one click. Less addictions, more focus |
파일 크기 | 281 KB |
설치 횟수 | 171 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2020-12-05 |
출시 날짜 | 2020-11-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | dvfurlong |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Erase distractions", "version": "0.0.5", "icons": { "16": "assets\/icons\/16w.png", "32": "assets\/icons\/32w.png", "48": "assets\/icons\/48w.png", "128": "assets\/icons\/128w.png" }, "description": "Erase elements of any webpage in just one click. Less addictions, more focus", "homepage_url": "https:\/\/github.com\/davidfurlong\/erase-distractions", "short_name": "Erase distractions", "permissions": [ "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "davidfurlong", "minimum_chrome_version": "49", "browser_action": { "default_icon": "assets\/icons\/48w.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ] }, "web_accessible_resources": [ "js\/*", "*.html", "css\/*" ] } |