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 là gì?
Skipfast intro, recap, next and more là một tiện ích mở rộng Chrome được phát triển bởi Michaël Faurel, và tính năng chính của nó là "Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Skipfast intro, recap, next and more
Tải xuống các tệp mở rộng Skipfast intro, recap, next and more dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Skipfast intro, recap, next and more |
ID | gjaffkjplmcnjonnmoagianaeacjfipj |
URL Chính Thức | https://chromewebstore.google.com/detail/skipfast-intro-recap-next/gjaffkjplmcnjonnmoagianaeacjfipj |
Mô tả | Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts. |
Kích Thước Tệp | 351 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-12-04 |
Ngày Phát Hành | 2022-03-13 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Michaël Faurel |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mfaurel/skipfast |
URL Trang Trợ Giúp | https://github.com/mfaurel/skipfast/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |