Youtube Auto Ad Block & Auto Ad Skip.
It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
Was ist Youtube Auto Ad Block & Auto Ad Skip.?
Youtube Auto Ad Block & Auto Ad Skip. ist eine Chrome-Erweiterung, die von Tamilselvan entwickelt wurde, und ihr Hauptmerkmal ist "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.".
Erweiterungsscreenshots
Youtube Auto Ad Block & Auto Ad Skip.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Auto Ad Block & Auto Ad Skip.-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
It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen. Updated to Latest Youtube.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cdonkchimbachgaedhogkfdebillfnif |
Offizielle URL | https://chrome.google.com/webstore/detail/youtube-auto-ad-block-aut/cdonkchimbachgaedhogkfdebillfnif |
Beschreibung | It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen. |
Dateigröße | 89.74 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-04-10 |
Veröffentlichungsdatum | 2019-04-10 |
Bewertung | 3.54/5 Insgesamt 71 Bewertungen |
Entwickler | Tamilselvan |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Auto Ad Block & Auto Ad Skip.", "short_name": "YT_Ad_Block", "description": "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.", "version": "1.2", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "lib\/jquery.js", "youtube.js" ] }, { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "lib\/jquery.js", "youtube.js" ] }, { "matches": [ "http:\/\/www.youtube.com\/" ], "js": [ "lib\/jquery.js", "youtube.js" ] } ], "permissions": [ "activeTab", "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |