youtube_ad_remover
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…
Was ist youtube_ad_remover?
youtube_ad_remover ist eine Chrome-Erweiterung, die von nickelstarvo entwickelt wurde, und ihr Hauptmerkmal ist "No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…".
Erweiterungsscreenshots
youtube_ad_remover-Erweiterungs-CRX-Datei herunterladen
Laden Sie youtube_ad_remover-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
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads on Youtube ™. This allows to prevent page elements such as advertisements from being displayed to you. Commercial clips and commercials that you usually see before the actual Youtube videos are blocked by our extension. Peculiarities: + blocks ads and pop-ups + ad blocking on external sites that download Youtube + prevent ads from loading on Youtube
Grundlegende Informationen zur Erweiterung
Name | |
ID | dahgebjcdkhedpjdkkhdleobnnbnkclk |
Offizielle URL | https://chromewebstore.google.com/detail/youtubeadremover/dahgebjcdkhedpjdkkhdleobnnbnkclk |
Beschreibung | No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads… |
Dateigröße | 28.02 KB |
Installationsanzahl | 285 |
Aktuelle Version | 3.2.0 |
Letztes Update | 2022-03-24 |
Veröffentlichungsdatum | 2022-03-24 |
Entwickler | nickelstarvo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube_ad_remover", "version": "3.2.0", "manifest_version": 3, "background": { "service_worker": "bg.js" }, "permissions": [ "declarativeNetRequest", "alarms" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_start" } ] } |