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 هو إضافة Chrome تم تطويرها بواسطة skipp.extension، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Skipp - Skip Netflix, Prime, Hotstar intros

قم بتنزيل ملفات الامتداد Skipp - Skip Netflix, Prime, Hotstar intros بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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": [
                ""
            ]
        }
    ]
}