No Ads
Blocks display ads, trackers and auto skip Youtube Video ads.
Was ist No Ads?
No Ads ist eine Chrome-Erweiterung, die von getnoads entwickelt wurde, und ihr Hauptmerkmal ist "Blocks display ads, trackers and auto skip Youtube Video ads.".
Erweiterungsscreenshots
No Ads-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Ads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Surf web faster and without distraction with No Ads. * Auto skips Youtube video ads. * Blocks Display ads on all websites and youtube. * Blocks annoying Taboola feed. * Block trackers/push notification providers like facebook pixel, hotjar, yandex, google-analytics, notix, etc... * Hide ads in Gmail, Amazon store also. It's safe, no tracking, no data collection. It's open source https://github.com/piyuesh-dev/adblocker
Grundlegende Informationen zur Erweiterung
Name | No Ads |
ID | nhoimkephmfpfakaopdjheigigmfefge |
Offizielle URL | https://chromewebstore.google.com/detail/no-ads/nhoimkephmfpfakaopdjheigigmfefge |
Beschreibung | Blocks display ads, trackers and auto skip Youtube Video ads. |
Dateigröße | 51.48 KB |
Installationsanzahl | 887 |
Aktuelle Version | 0.1.7 |
Letztes Update | 2024-03-03 |
Veröffentlichungsdatum | 2023-01-19 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | getnoads |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No Ads", "description": "Blocks display ads, trackers and auto skip Youtube Video ads.", "version": "0.1.7", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_icon": "images\/icon128.png", "default_title": "No Ads" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "content.css" ], "all_frames": true, "matches": [ "https:\/\/*\/*" ] } ] } |