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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}