Studify - Wipe Off Distractions
Remove the uneducational videos and distractive elements from youtube and block websites
Studify - Wipe Off Distractions란 무엇입니까?
Studify - Wipe Off Distractions은(는) Krish Agrawal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove the uneducational videos and distractive elements from youtube and block websites"입니다.
확장 프로그램 스크린샷
Studify - Wipe Off Distractions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you preparing for an exam? Do you procastinate a lot when you need to study? Do you start to watch distractive videos when you open youtube for that maths solution you were looking for? Do you feel like there should be someone behind you to scold you whenever this happens? Well, then this extension is that 'someone' you are looking for. This extension will:- 1) Block all uneducational youtube videos 2) Allow you to add exceptions for channels of your choice 3) Remove the unwanted and distractive youtube elements 4) Enable you to block websites as a bonus Hence, this extension has all the features you need to make your study sessions truly productive You just need to install and done, it would start working from your next youtube session. You can access the exception list and blocked websites list by clicking the icon of the extension.
확장 프로그램 기본 정보
이름 | Studify - Wipe Off Distractions |
ID | dflpmjlfiihkkcdnapemddoedoegcgoi |
공식 URL | https://chromewebstore.google.com/detail/studify-wipe-off-distract/dflpmjlfiihkkcdnapemddoedoegcgoi |
설명 | Remove the uneducational videos and distractive elements from youtube and block websites |
파일 크기 | 23.2 KB |
설치 횟수 | 123 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-05-31 |
출시 날짜 | 2022-02-26 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | Krish Agrawal |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://krishgon.github.io/privacyPolicy |
지원되는 언어 | de,en,en-GB,en-US,es,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.0", "default_locale": "en", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/*\/" ], "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "scripting", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "hideDistraction.css" ], "all_frames": true } ] } |