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

Skipp - Skip Netflix, Prime, Hotstar introsとは何ですか?

Skipp - Skip Netflix, Prime, Hotstar introsはskipp.extensionによって開発されたChromeの拡張機能で、その主な機能は「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
screenshot
screenshot

Skipp - Skip Netflix, Prime, Hotstar intros拡張機能のCRXファイルをダウンロード

Skipp - Skip Netflix, Prime, Hotstar intros拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!!!! 🥳 🍿                    

拡張機能の基本情報

名前 Skipp - Skip Netflix, Prime, Hotstar intros Skipp - Skip Netflix, Prime, Hotstar intros
ID iaaokpnmjdbbopfdbelhfckjbkcohcik
公式URL https://chromewebstore.google.com/detail/skipp-skip-netflix-prime/iaaokpnmjdbbopfdbelhfckjbkcohcik
説明 Auto skip ads, intros, recaps and play next episode from Netflix, Prime and Hotstar so you dont have to get up from your couch
ファイルサイズ 116 KB
インストール数 54
現在のバージョン 1.0.0.0
最終更新日 2022-10-20
公開日 2022-10-08
評価 5.00/5 合計 2 レビュー
開発者 skipp.extension
Eメール [email protected]
支払い方法 free
対応言語 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": [
                ""
            ]
        }
    ]
}