AdsBlocker for YouTube™
AdsBlocker for YouTube™ automatically blocks all ads on YouTube™
AdsBlocker for YouTube™란 무엇입니까?
AdsBlocker for YouTube™은(는) olyafoteva3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AdsBlocker for YouTube™ automatically blocks all ads on YouTube™"입니다.
확장 프로그램 스크린샷
AdsBlocker for YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adblock is a browser extension with content filtering and ad blocking that blocks. This allows users to prevent the display of page elements such as advertisements. Banners, commercials, or even commercials that you usually see before videos are blocked. Save your time by stopping these useless advertisements. In fact, after installing Adblock , all ads will be hidden, including video ads embedded on other sites. Features Adblock : - blocks ads, banners and pop-ups - Blocking ads on external sites that download - mprove page loading speed
확장 프로그램 기본 정보
이름 | |
ID | pdkgjjhlbojfndcacamipdenealcpmcb |
공식 URL | https://chrome.google.com/webstore/detail/adsblocker-for-youtube/pdkgjjhlbojfndcacamipdenealcpmcb |
설명 | AdsBlocker for YouTube™ automatically blocks all ads on YouTube™ |
파일 크기 | 28.83 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-02-01 |
출시 날짜 | 2020-11-09 |
평점 | 3.86/5 총 79 개의 평점 |
개발자 | olyafoteva3 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/e/2PACX-1vR92wyo16IRMvrWQFtmLCkPcp9IBIBaQ7PFlXpjQUou8xcoly2LZVcMh3iJ-6OUcW9wAs6nQ22En92q/pub |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.1", "manifest_version": 2, "default_locale": "en", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "content.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": { "128": "icon.png" } }, "permissions": [ "webRequest", "webRequestBlocking", " |