Pop2Watch
Get an alert as soon as your favourite films and series are available online!
Pop2Watch là gì?
Pop2Watch là một tiện ích mở rộng Chrome được phát triển bởi Billy Goal, và tính năng chính của nó là "Get an alert as soon as your favourite films and series are available online!".
Ả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 Pop2Watch
Tải xuống các tệp mở rộng Pop2Watch 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
La seule application pour ne plus manquer les prochaines diffusions de vos séries et les nouveaux films sur les sites : voirfilms, zone-telechargement, libertyland, extreme-down, filmcomplet et streamcomplet. Pour son bon fonctionnement cette extension collecte des données techniques et de navigation anonymisées. Vous pouvez à tout moment modifier les options relatives à cette collecte. Cette extension est financée par les revenus de publicités et affiliations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pop2Watch |
ID | okcoadphmbonomafodjgagkkgkkjehnj |
URL Chính Thức | https://chromewebstore.google.com/detail/pop2watch/okcoadphmbonomafodjgagkkgkkjehnj |
Mô tả | Get an alert as soon as your favourite films and series are available online! |
Kích Thước Tệp | 380 KB |
Số Lần Cài Đặt | 162,331 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2022-11-25 |
Ngày Phát Hành | 2022-02-11 |
Đánh Giá | 3.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Billy Goal |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,it,pl,ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pop2Watch", "version": "1.3.4", "description": "__MSG_catchPhrase__", "permissions": [ "declarativeNetRequest", "notifications", "scripting", "storage", "tabs", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "default_locale": "en" } |