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”。
擴展截圖
下載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 |
ID | iaaokpnmjdbbopfdbelhfckjbkcohcik |
官方網址 | 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": [ " |