Distraction Free YouTube
Are you distracted while watching educational videos! Hide those who got in your way to success.
Distraction Free YouTube란 무엇입니까?
Distraction Free YouTube은(는) distractions.freee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Are you distracted while watching educational videos! Hide those who got in your way to success."입니다.
확장 프로그램 스크린샷
Distraction Free YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sometimes while studying or watching educational videos. YouTube recommends videos that distract us, and we end up watching videos that are entirely a waste of time. We developed this extension as a part of making social media a boon, not a bane. You can find more info about us on https://distractionsfree.life We need your feedback on our product. We aim to make social media as productive as we can, and for that, we need your support. Tell us about new features we should introduce in our extension, any bug. Thanks for your support.
확장 프로그램 기본 정보
이름 | Distraction Free YouTube |
ID | hoeoebicgchngdidmbadgkdiempefcfn |
공식 URL | https://chromewebstore.google.com/detail/distraction-free-youtube/hoeoebicgchngdidmbadgkdiempefcfn |
설명 | Are you distracted while watching educational videos! Hide those who got in your way to success. |
파일 크기 | 89.64 KB |
설치 횟수 | 853 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2020-10-19 |
출시 날짜 | 2020-10-13 |
평점 | 4.50/5 총 16 개의 평점 |
개발자 | distractions.freee |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Distraction Free YouTube", "version": "0.2.1", "description": "Are you distracted while watching educational videos! Hide those who got in your way to success. ", "permissions": [ "activeTab", "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "custom.css" ], "js": [ "logic.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/cropped.png", "32": "images\/cropped.png", "48": "images\/cropped.png", "128": "images\/cropped.png" } }, "icons": { "16": "images\/cropped.png", "32": "images\/cropped.png", "48": "images\/cropped.png", "128": "images\/cropped.png" }, "manifest_version": 2 } |