Skipp - Skip Netflix, Prime, Hotstar intros

Auto skip ads, intros, recaps and play next episode from Netflix, Prime and Hotstar so you dont have to get up from your couch

Cos'è Skipp - Skip Netflix, Prime, Hotstar intros?

Skipp - Skip Netflix, Prime, Hotstar intros è un'estensione di Chrome sviluppata da skipp.extension, e la sua funzione principale è "Auto skip ads, intros, recaps and play next episode from Netflix, Prime and Hotstar so you dont have to get up from your couch".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Skipp - Skip Netflix, Prime, Hotstar intros

Scarica i file di estensione Skipp - Skip Netflix, Prime, Hotstar intros in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Is it just me or do you find it hard to find the perfect sitting/lying position while binging your favourite TV shows?

As you find that perfect position, an episode is over and you have to get up and skip the intro scene and loose your perfect position and have to readjust all over again. 😢 

Well now you have a solution!! 😃 

Skipp automagically skips intros, recaps and plays the next episode all by itself from the most popular of OTT platforms like Netflix, Amazon Prime Video and Disney + Hotstar so you can focus on finding the most comfortable of ways to enjoy your binge streak! 😊

Happy Binging!!!! 🥳 🍿                    

Informazioni di Base sull'Estensione

Nome Skipp - Skip Netflix, Prime, Hotstar intros Skipp - Skip Netflix, Prime, Hotstar intros
ID iaaokpnmjdbbopfdbelhfckjbkcohcik
URL Ufficiale https://chromewebstore.google.com/detail/skipp-skip-netflix-prime/iaaokpnmjdbbopfdbelhfckjbkcohcik
Descrizione Auto skip ads, intros, recaps and play next episode from Netflix, Prime and Hotstar so you dont have to get up from your couch
Dimensione del File 116 KB
Conteggio Installazioni 54
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2022-10-20
Data di Pubblicazione 2022-10-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore skipp.extension
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skipp - Skip Netflix, Prime, Hotstar intros",
    "version": "1.0.0.0",
    "description": "Auto skip ads, intros, recaps and play next episode from Netflix, Prime and Hotstar so you dont have to get up from your couch",
    "manifest_version": 3,
    "author": "Edson V Reginold",
    "icons": {
        "16": "white-logo.png",
        "32": "white-logo.png",
        "48": "white-logo.png",
        "128": "white-logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Skipp"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*",
                "https:\/\/netflix.com\/*",
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.hotstar.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}