Adblock for YouTube - Youtube Adblocker!
Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock.
Adblock for YouTube - Youtube Adblocker!란 무엇입니까?
Adblock for YouTube - Youtube Adblocker!은(는) Free adblock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock."입니다.
확장 프로그램 스크린샷
Adblock for YouTube - Youtube Adblocker! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ad blocker does an excellent job of blocking all types of ads. At the same time, it has good optimization: it almost does not decrease the speed of the browser even with a large number of tabs. Has unintuitive settings and nice interface.
확장 프로그램 기본 정보
이름 | |
ID | nfekbaflkpgadkfoaabfdbecefpdelpp |
공식 URL | https://chrome.google.com/webstore/detail/adblock-for-youtube-youtu/nfekbaflkpgadkfoaabfdbecefpdelpp |
설명 | Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock. |
파일 크기 | 100 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.2.0.2 |
최근 업데이트 | 2020-10-21 |
출시 날짜 | 2020-10-09 |
평점 | 4.15/5 총 20 개의 평점 |
개발자 | Free adblock |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,fr,nl,ca,da,et,es,it,hu,fi,sv,cs,el,bg,ru,uk,hi,th,ja |
manifest.json | |
{ "background": { "page": "background.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "tabs", "storage", "webRequest", "*:\/\/*\/*", "webRequestBlocking" ], "description": "__MSG_description__", "manifest_version": 2, "name": "__MSG_name__", "default_locale": "en", "short_name": "AdBlock", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.0.2", "web_accessible_resources": [ "*" ] } |