AdzShield
Automatically skips ads on Youtube and hides ads on Google.
AdzShield란 무엇입니까?
AdzShield은(는) https://adzshield.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically skips ads on Youtube and hides ads on Google."입니다.
확장 프로그램 스크린샷
AdzShield 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enjoying your browsing experience on Google and Youtube with Adz Shield. We will make sure that you are not getting distracted by annoying ads. - Clicks on "skip ad" for you on Youtube - Hides distracting ads on Youtube and Google.
확장 프로그램 기본 정보
이름 | AdzShield |
ID | bedkmppnhldpheapcmnlchkdhfldcedd |
공식 URL | https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd |
설명 | Automatically skips ads on Youtube and hides ads on Google. |
파일 크기 | 17.25 KB |
설치 횟수 | 111,992 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-11-28 |
출시 날짜 | 2022-01-11 |
평점 | 4.43/5 총 23 개의 평점 |
개발자 | https://adzshield.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://adzshield.com/privacy.php |
지원되는 언어 | de,en,fr,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "version": "1.0.4", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.de\/*", "https:\/\/www.google.com.br\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.nl\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_start" } ], "permissions": [ "storage", "alarms" ], "icons": { "128": "128.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "128.png", "c.js" ], "matches": [ " |