Skippy
Skippy is a cool little dude who loves to skip stuff.
Wat is Skippy?
Skippy is een Chrome-extensie ontwikkeld door ygordanniel, en de belangrijkste functie is "Skippy is a cool little dude who loves to skip stuff.".
Extensie Screenshots
Download het CRX-bestand van de extensie Skippy
Download Skippy-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
Skippy is a cool assistant for your video streaming platforms. - Netflix: skips intros and to next episode when is available and also prevents it from asking that annoying "Are you still watching?"; - PrimeVideo: skips ads, intros and to next episode when is available; - Youtube: skips ads and close ad banners;
Basisinformatie over de Extensie
Naam | Skippy |
ID | nalcdfokpimbmoibllleafajnjjhnaen |
Officiële URL | https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen |
Beschrijving | Skippy is a cool little dude who loves to skip stuff. |
Bestandsgrootte | 5.83 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-03-22 |
Publicatiedatum | 2019-03-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ygordanniel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skippy", "description": "Skippy is a cool little dude who loves to skip stuff.", "version": "1.3", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "\/content.js" ], "run_at": "document_end" } ] } |