youtube skipz addz
Skip Ad on youtube like a Nice person
Wat is youtube skipz addz?
youtube skipz addz is een Chrome-extensie ontwikkeld door Neeraj Verma, en de belangrijkste functie is "Skip Ad on youtube like a Nice person".
Extensie Screenshots
Download het CRX-bestand van de extensie youtube skipz addz
Download youtube skipz addz-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
Are you also too lazy to click on the Skip Ad button? This extension will click on the Skip Ad for you. So just start your YouTube marathon, and let it skip ad for you, like a nice person, after the timer allows you to.
Basisinformatie over de Extensie
Naam | |
ID | hepakdehmhacbieccgcnenlkdnoapjdn |
Officiële URL | https://chromewebstore.google.com/detail/youtube-skipz-addz/hepakdehmhacbieccgcnenlkdnoapjdn |
Beschrijving | Skip Ad on youtube like a Nice person |
Bestandsgrootte | 23.28 KB |
Aantal Installaties | 64 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2018-12-05 |
Publicatiedatum | 2018-12-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Neeraj Verma |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_popup": "popup.html" } } |