YouTube™ Video AdBlocker Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
Hvad er YouTube™ Video AdBlocker Extension?
YouTube™ Video AdBlocker Extension er en Chrome-udvidelse udviklet af The Creative Joys, og dens hovedfunktion er "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.".
Udvidelsesskærmbilleder
Download YouTube™ Video AdBlocker Extension-udvidelses-CRX-fil
Download YouTube™ Video AdBlocker Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
* Removes YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nomigebahjadndedfgpmnkbaekgjkipi |
Officiel URL | https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi |
Beskrivelse | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites. |
Filstørrelse | 22.71 KB |
Antal Installationer | 110 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-01-08 |
Udgivelsesdato | 2020-07-05 |
Udvikler | The Creative Joys |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |