BetaSeries Extension
Connect your SVOD platforms to synchronize your episodes seen on BetaSeries.
BetaSeries Extension là gì?
BetaSeries Extension là một tiện ích mở rộng Chrome được phát triển bởi https://betaseries.com, và tính năng chính của nó là "Connect your SVOD platforms to synchronize your episodes seen on BetaSeries.".
Ả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 BetaSeries Extension
Tải xuống các tệp mở rộng BetaSeries Extension 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
In its ten years of existence, BetaSeries has become the best ally for your series: manage your schedule, share your last watched episodes, and discover new ones... All this surrounded by the biggest French-speaking community of movies and series. Thanks to this extension for Google Chrome, BetaSeries syncs with your SVOD platforms and automatically marks your last watched episodes on your account! The extension is currently compatible with Netflix.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BetaSeries Extension |
ID | hnadkcjplcnokhkcfpdfdblojaceajcp |
URL Chính Thức | https://chromewebstore.google.com/detail/betaseries-extension/hnadkcjplcnokhkcfpdfdblojaceajcp |
Mô tả | Connect your SVOD platforms to synchronize your episodes seen on BetaSeries. |
Kích Thước Tệp | 783 KB |
Số Lần Cài Đặt | 7,544 |
Phiên Bản Hiện Tại | 2.2.4 |
Cập Nhật Lần Cuối | 2024-01-22 |
Ngày Phát Hành | 2020-10-13 |
Đánh Giá | 3.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://betaseries.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.betaseries.com |
URL Trang Trợ Giúp | https://www.betaseries.com |
URL Trang Chính Sách Bảo Mật | https://www.betaseries.com/donnees |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name_extension__", "version": "2.2.4", "description": "__MSG_description_extension__", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "default_locale": "fr", "action": [], "permissions": [ "cookies", "tabs", "activeTab", "storage", "alarms", "scripting" ], "icons": { "16": "src\/images\/16.png", "32": "src\/images\/32.png", "48": "src\/images\/48.png", "96": "src\/images\/96.png", "128": "src\/images\/128.png" }, "host_permissions": [ "*:\/\/*.netflix.com\/", "*:\/\/*.betaseries.com\/", "*:\/\/*.primevideo.com\/" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.betaseries.com\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*" ], "resources": [ "notif.js", "notif.html", "notifContainerRemove.js", "src\/images\/*", "logo.svg" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.betaseries.com\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*" ], "resources": [ "assets\/notifContainer.js.b330e11a.js" ], "use_dynamic_url": true }, { "matches": [ "*:\/\/*.netflix.com\/*" ], "resources": [ "assets\/constant.a653a6c4.js", "assets\/injectNetflix.js.7a3a4627.js" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "assets\/notifContainer.js-loader.c5e689ca.js" ], "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.betaseries.com\/*", "*:\/\/*.primevideo.com\/*" ], "media": [] }, { "js": [ "assets\/injectNetflix.js-loader.4aa86ef0.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "media": [] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |