Skippy
Skippy is a cool little dude who loves to skip stuff.
Hvad er Skippy?
Skippy er en Chrome-udvidelse udviklet af ygordanniel, og dens hovedfunktion er "Skippy is a cool little dude who loves to skip stuff.".
Udvidelsesskærmbilleder
Download Skippy-udvidelses-CRX-fil
Download Skippy-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
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;
Grundlæggende oplysninger om udvidelsen
Navn | Skippy |
ID | nalcdfokpimbmoibllleafajnjjhnaen |
Officiel URL | https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen |
Beskrivelse | Skippy is a cool little dude who loves to skip stuff. |
Filstørrelse | 5.83 KB |
Antal Installationer | 94 |
Nuværende Version | 1.3 |
Senest Opdateret | 2019-03-22 |
Udgivelsesdato | 2019-03-21 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | ygordanniel |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |