Youtube AdBlock
Remove ads from Youtube
Youtube AdBlock란 무엇입니까?
Youtube AdBlock은(는) http://proapps.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove ads from Youtube"입니다.
확장 프로그램 스크린샷
Youtube AdBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Youtube Adblock is an extension that helps block all ads on Youtube, so you can watch Youtube videos without interruption from annoying ads. This extension supports blocking many different types of ads to serve you needs: Type 1: Youtube ads that appear in the Youtube homepage, right after you visit the Youtube website. Type 2: Youtube Ads in the suggested list of videos, after you watch a video you will be suggested with an ad video. Type 3: Youtube Ads that appear under the description of the video you are warching. Type 4: Youtube Skippable ads video ads that appear in the video. Type 5: Youtube Unskippable ads that force you to watch. So enjoy watching Youtube video without ads by using this extension.
확장 프로그램 기본 정보
이름 | Youtube AdBlock |
ID | fljhkpbnflocmlnibjdfppinagckppaj |
공식 URL | https://chrome.google.com/webstore/detail/youtube-adblock/fljhkpbnflocmlnibjdfppinagckppaj |
설명 | Remove ads from Youtube |
파일 크기 | 115 KB |
설치 횟수 | 5,412 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-09-07 |
출시 날짜 | 2021-02-18 |
평점 | 4.81/5 총 105 개의 평점 |
개발자 | http://proapps.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://coolsymbol.com |
도움말 페이지 URL | https://emojikeyboard.org |
개인정보 보호 정책 페이지 URL | https://proapps.org/extension-privacy-policy.html |
지원되는 언어 | 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 | |
{ "background": { "scripts": [ "scripts\/unistream.chrome.mv2.v3.0.0.sdk.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "Youtube Adblock" }, "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": "Remove ads from Youtube", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "Youtube AdBlock", "permissions": [ "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", " |