Autoskip Netflix Intro
Skip the intro's on netflix
什麼是Autoskip Netflix Intro?
Autoskip Netflix Intro是由Lukas Demeyere開發的Chrome擴展程式,該擴展的主要功能是“Skip the intro's on netflix”。
擴展截圖
下載Autoskip Netflix Intro擴展crx文件
下載Autoskip Netflix Intro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Binging your favourite show and getting tired of clicking the button to skip the intro of your Netflix episode? This extension does this automatically for you. You can easy enable/disable this feature. Skip to Next Episode --- You need to refresh your Netflix tab so the extension is loaded and can skip the intro automatically. ---
擴展基本資訊
名稱 | Autoskip Netflix Intro |
ID | olljgnejdhpmoolooihgcdoannkfodji |
官方網址 | https://chromewebstore.google.com/detail/autoskip-netflix-intro/olljgnejdhpmoolooihgcdoannkfodji |
簡介 | Skip the intro's on netflix |
檔案大小 | 463 KB |
安裝次數 | 158 |
目前版本 | 0.0.5 |
更新時間 | 2023-04-13 |
上架時間 | 2020-06-10 |
評分 | 2.78/5 共 9 次評分 |
開發者 | Lukas Demeyere |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoskip Netflix Intro", "version": "0.0.5", "manifest_version": 3, "description": "Skip the intro's on netflix", "icons": { "16": "icons\/netskips16.png", "48": "icons\/netskips48.png", "128": "icons\/netskips128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_title": "Start skipping" }, "permissions": [ "storage" ] } |