Youtube Auto Ad Block & Auto Ad Skip.
It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
Wat is Youtube Auto Ad Block & Auto Ad Skip.?
Youtube Auto Ad Block & Auto Ad Skip. is een Chrome-extensie ontwikkeld door Tamilselvan, en de belangrijkste functie is "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Auto Ad Block & Auto Ad Skip.
Download Youtube Auto Ad Block & Auto Ad Skip.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen. Updated to Latest Youtube.
Basisinformatie over de Extensie
Naam | |
ID | cdonkchimbachgaedhogkfdebillfnif |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-auto-ad-block-aut/cdonkchimbachgaedhogkfdebillfnif |
Beschrijving | It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen. |
Bestandsgrootte | 89.74 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-04-10 |
Publicatiedatum | 2019-04-10 |
Beoordeling | 3.54/5 Totaal 71 Beoordelingen |
Ontwikkelaar | Tamilselvan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |