Skippy
Skippy is a cool little dude who loves to skip stuff.
Co to jest Skippy?
Skippy to rozszerzenie Chrome opracowane przez ygordanniel, a jego główną funkcją jest „Skippy is a cool little dude who loves to skip stuff.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Skippy
Pobierz pliki rozszerzeń Skippy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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;
Podstawowe informacje o rozszerzeniu
Nazwa | Skippy |
ID | nalcdfokpimbmoibllleafajnjjhnaen |
Oficjalny URL | https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen |
Opis | Skippy is a cool little dude who loves to skip stuff. |
Rozmiar pliku | 5.83 KB |
Liczba instalacji | 94 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2019-03-22 |
Data Publikacji | 2019-03-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | ygordanniel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |