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 |
公式URL | 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 |
Eメール | [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" ] } |