Netflix Skip Intro
Auto-skip intro on supported Netflix series
Netflix Skip Introとは何ですか?
Netflix Skip Introはnoahkissによって開発されたChromeの拡張機能で、その主な機能は「Auto-skip intro on supported Netflix series」です。
拡張機能のスクリーンショット
Netflix Skip Intro拡張機能のCRXファイルをダウンロード
Netflix Skip Intro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Netflix Skip Intro |
ID | ljekjikpaonjihlpllojbdacdenmnfpn |
公式URL | https://chromewebstore.google.com/detail/netflix-skip-intro/ljekjikpaonjihlpllojbdacdenmnfpn |
説明 | Auto-skip intro on supported Netflix series |
ファイルサイズ | 2.09 MB |
インストール数 | 111 |
現在のバージョン | 0.1.4 |
最終更新日 | 2017-04-27 |
公開日 | 2017-04-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | noahkiss |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/noahkiss/netflix-skip-intro |
ヘルプページのURL | https://github.com/noahkiss/netflix-skip-intro |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Skip Intro", "version": "0.1.4", "description": "Auto-skip intro on supported Netflix series", "browser_action": { "default_icon": "icon.png", "default_title": "Netflix Skip Intro" }, "content_scripts": [ { "js": [ "netflix-skip-intro.user.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ], "run_at": "document_start" } ] } |