AdzShield
Automatically skips ads on Youtube and hides ads on Google.
What is AdzShield?
AdzShield is a Chrome extension developed by https://adzshield.com, and its main feature is "Automatically skips ads on Youtube and hides ads on Google.".
Extension Screenshots
Download AdzShield Extension CRX File
Download AdzShield extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AdzShield |
ID | bedkmppnhldpheapcmnlchkdhfldcedd |
Official URL | https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd |
Description | Automatically skips ads on Youtube and hides ads on Google. |
File Size | 17.25 KB |
Installation Count | 111,992 |
Current Version | 1.0.4 |
Last Updated | 2023-11-28 |
Publish Date | 2022-01-11 |
Rating | 4.43/5 Total 23 Ratings |
Developer | https://adzshield.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://adzshield.com/privacy.php |
Supported Languages | 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": [ " |