Remove Ads from Youtube™
Block ads on Youtube™.
Remove Ads from Youtube™란 무엇입니까?
Remove Ads from Youtube™은(는) http://www.adblockforyoutube.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block ads on Youtube™."입니다.
확장 프로그램 스크린샷
Remove Ads from Youtube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simply removes Ads from YouTube™ Prevent advertisements from being displayed. Banner, ad clips or even pre-roll ads that you normally see before the actual video on YouTube is removed by this extension. Remove Ads on Youtube™ is simply based on removing external ad spaces on YouTube. We do not change anything on the website itself. Remove Ads on Youtube™ increases performance to load websites (without ads and tracking) This extension is not related in any way to Youtube™
확장 프로그램 기본 정보
이름 | |
ID | ilbabcolfadbecogkdnpicopfclfnjln |
공식 URL | https://chrome.google.com/webstore/detail/remove-ads-from-youtube/ilbabcolfadbecogkdnpicopfclfnjln |
설명 | Block ads on Youtube™. |
파일 크기 | 105 KB |
설치 횟수 | 1,264 |
현재 버전 | 1.9 |
최근 업데이트 | 2021-02-23 |
출시 날짜 | 2021-02-19 |
평점 | 3.87/5 총 46 개의 평점 |
개발자 | http://www.adblockforyoutube.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "scripts\/background.js", "update-conf.js", "update.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "Remove Ads from YouTube\u2122" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_extension_name__", "permissions": [ "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/*", "*:\/\/*doubleclick.net\/*", "*:\/\/*doubleclick.com\/*", "*:\/\/*googlesyndication.com\/*", "*:\/\/*google.com\/*", "*:\/\/*ads.google.com\/*", "*:\/\/*youtube.com\/*", "*:\/\/*flashtalking.com\/*", "*:\/\/*googleadservices.com\/*", "*:\/\/*googleusercontent.com\/*", "*:\/\/*.googleusercontent.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9" } |