Skipfast intro, recap, next and more
Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts.
Skipfast intro, recap, next and moreとは何ですか?
Skipfast intro, recap, next and moreはMichaël Faurelによって開発されたChromeの拡張機能で、その主な機能は「Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts.」です。
拡張機能のスクリーンショット
Skipfast intro, recap, next and more拡張機能のCRXファイルをダウンロード
Skipfast intro, recap, next and more拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically skip Intro, Recaps and Next episode for Netflix, AppleTV, Prime Video and Disney plus prompts. IMPORTANT: you need to refresh the Netflix, AppleTV, Prime Video or Disney plus page only once after installing the extension. It's not dependent on language. You can check the code here : https://github.com/mfaurel/skipfast You can open an issue or send a pull request if you find any bug. If you want to buy me a coffee, here's my paypal : https://paypal.me/MichaelFaurel
拡張機能の基本情報
名前 | Skipfast intro, recap, next and more |
ID | gjaffkjplmcnjonnmoagianaeacjfipj |
公式URL | https://chromewebstore.google.com/detail/skipfast-intro-recap-next/gjaffkjplmcnjonnmoagianaeacjfipj |
説明 | Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts. |
ファイルサイズ | 351 KB |
インストール数 | 121 |
現在のバージョン | 2.0.0 |
最終更新日 | 2023-12-04 |
公開日 | 2022-03-13 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Michaël Faurel |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mfaurel/skipfast |
ヘルプページのURL | https://github.com/mfaurel/skipfast/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skipfast intro, recap, next and more", "description": "Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts.", "author": "Micha\u00ebl Faurel", "version": "2.0.0", "manifest_version": 3, "icons": { "128": "src\/assets\/icon128x128_2.png" }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content_script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "src\/popup.html" } } |