Adblocker youtube™
Adblocker for youtube™
Adblocker youtube™란 무엇입니까?
Adblocker youtube™은(는) gamecodies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adblocker for youtube™"입니다.
확장 프로그램 스크린샷
Adblocker youtube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adblocker for YouTube™ is a content filtering and ad-blocking browser extension that removes all advertisements from YouTube™. Permissions: We need default permissions on every page, just like typical ad-blocking extensions, to eliminate advertising or popups, such as on embedded videos and YouTube itself. Features: + Ads, banners, and popups are blocked. + Ads on external sites that load YouTube are blocked. + Prevent YouTube preroll ads from loading + YouTube videos and the website load faster. It allows users to block the display of certain website elements, such as adverts. This addon blocks banner advertising, ad-clips, and even preroll commercials that appear before the main video on YouTube. It's completely free to download and use!
확장 프로그램 기본 정보
이름 | Adblocker youtube™ |
ID | amfjcohpjldljepbifhmpnoncoebapjb |
공식 URL | https://chromewebstore.google.com/detail/adblocker-youtube/amfjcohpjldljepbifhmpnoncoebapjb |
설명 | Adblocker for youtube™ |
파일 크기 | 20.46 KB |
설치 횟수 | 48 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2021-11-29 |
출시 날짜 | 2021-11-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | gamecodies |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adblocker youtube\u2122", "version": "1.0.5", "description": "Adblocker for youtube\u2122", "permissions": [ "storage" ], "icons": { "128": "adblockicon.png" }, "browser_action": { "default_icon": "adblockicon.png" }, "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "app\/a.js" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2, "web_accessible_resources": [] } |