YouTube Cleaner
Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…
YouTube Cleaner란 무엇입니까?
YouTube Cleaner은(는) Florian Wetschoreck에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…"입니다.
YouTube Cleaner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and self-control energy) by simply removing distracting elements from YouTube. Currently, the following elements are blocked: recommendations on the main page, on the video page, comments. As an extra - it even blocks the automatic replay of the next video. Do you occasionally enjoy the full blow of YouTube's distractions? Just turn the extension temporarily off by the click of a button. Do you have any improvement suggestions or requests to have other elements blocked/adjusted as well? Just write me a mail! I am looking forward to hear from you - also, if it is just a small "Thank you"
확장 프로그램 기본 정보
이름 | ![]() |
ID | ffgcabejbifjfcnlnbmjljfghiljehnc |
공식 URL | https://chrome.google.com/webstore/detail/youtube-cleaner/ffgcabejbifjfcnlnbmjljfghiljehnc |
설명 | Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and… |
파일 크기 | 9.67 KB |
설치 횟수 | 142 |
현재 버전 | 0.0.0.1 |
최근 업데이트 | 2016-04-16 |
출시 날짜 | 2016-04-16 |
평점 | 4.75/5 총 8 개의 평점 |
개발자 | Florian Wetschoreck |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Cleaner", "version": "0.0.0.1", "icons": { "38": "youtube_cleaner.png", "128": "youtube_cleaner.png" }, "permissions": [ "https:\/\/www.youtube.com\/*", "contextMenus", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "injected_script.js" ] } |