Extended for Paramount+: boost your viewing
Boost your Paramount+ viewing experience: adjust speed, skip intros & recaps, hide spoilers.
Extended for Paramount+: boost your viewing là gì?
Extended for Paramount+: boost your viewing là một tiện ích mở rộng Chrome được phát triển bởi BestChromeExtensions, và tính năng chính của nó là "Boost your Paramount+ viewing experience: adjust speed, skip intros & recaps, hide spoilers.".
Ả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 Extended for Paramount+: boost your viewing
Tải xuống các tệp mở rộng Extended for Paramount+: boost your viewing 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
An extension to fast forward, skip over slow moments, and hide spoilers. Be in the driver's seat of your viewing experience! Paramount+ Extended is a great tool which unifies multiple functionalities in one easy-to-use extension and gives you more control over the Paramount+ platform. Now you're able to: - Speed up or slow down your playback speed - Skip recaps, intros, and fast forward ads for chosen titles - Hide Spoilers All you need to do is add the Paramount+ Extended extension to your browser, run the control panel, and enjoy watching content tailored to your personal viewing preferences. It's as simple as that! Disclaimer : Paramount+ is a trademark of ViacomCBS Streaming. This website & extension hold no association or affiliation with Paramount+ or any third-party companies.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extended for Paramount+: boost your viewing |
ID | nbjblmlanbnaiobkkhjplbdafmpehmbl |
URL Chính Thức | https://chromewebstore.google.com/detail/extended-for-paramount+-b/nbjblmlanbnaiobkkhjplbdafmpehmbl |
Mô tả | Boost your Paramount+ viewing experience: adjust speed, skip intros & recaps, hide spoilers. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 982 |
Phiên Bản Hiện Tại | 1.1.12 |
Cập Nhật Lần Cuối | 2024-02-02 |
Ngày Phát Hành | 2022-02-10 |
Đánh Giá | 3.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | BestChromeExtensions |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.vodextended.com/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extended for Paramount+: boost your viewing", "description": "Boost your Paramount+ viewing experience: adjust speed, skip intros & recaps, hide spoilers.", "version": "1.1.12", "manifest_version": 3, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.paramountplus.com\/*" ], "action": { "default_icon": "ParamountExtended.png" }, "content_scripts": [ { "js": [ "options.js", "extensionEngine.js", "injectedEngine.js", "paramount.min.js" ], "css": [ "injected.css", "modalFrame.css", "otherCssFromExtension.css" ], "matches": [ "*:\/\/*.paramountplus.com\/*" ] } ], "icons": { "128": "ParamountExtended.png" }, "web_accessible_resources": [ { "resources": [ "ParamountExtended.png", "bubble.svg", "times-solid.svg" ], "matches": [ "*:\/\/*.paramountplus.com\/*" ] } ], "background": { "service_worker": "paramountExtensionBackground.js" } } |