YouTube™ Video AdBlocker Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
Was ist YouTube™ Video AdBlocker Extension?
YouTube™ Video AdBlocker Extension ist eine Chrome-Erweiterung, die von The Creative Joys entwickelt wurde, und ihr Hauptmerkmal ist "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.".
Erweiterungsscreenshots
YouTube™ Video AdBlocker Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube™ Video AdBlocker Extension-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
* Removes YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nomigebahjadndedfgpmnkbaekgjkipi |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi |
Beschreibung | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites. |
Dateigröße | 22.71 KB |
Installationsanzahl | 110 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-01-08 |
Veröffentlichungsdatum | 2020-07-05 |
Entwickler | The Creative Joys |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Video AdBlocker Extension", "short_name": "Ad Blocker", "version": "1.0", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.", "manifest_version": 2, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "persistent": true, "scripts": [ "adBlockerBg.js" ] }, "page_action": { "default_title": "YouTube\u2122 Video AdBlocker", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "adBlockerYt.js" ], "run_at": "document_end" } ] } |