Pop2Watch
Get an alert as soon as your favourite films and series are available online!
Pop2Watchとは何ですか?
Pop2WatchはBilly Goalによって開発されたChromeの拡張機能で、その主な機能は「Get an alert as soon as your favourite films and series are available online!」です。
拡張機能のスクリーンショット
Pop2Watch拡張機能のCRXファイルをダウンロード
Pop2Watch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Pop2Watch |
ID | okcoadphmbonomafodjgagkkgkkjehnj |
公式URL | https://chromewebstore.google.com/detail/pop2watch/okcoadphmbonomafodjgagkkgkkjehnj |
説明 | Get an alert as soon as your favourite films and series are available online! |
ファイルサイズ | 380 KB |
インストール数 | 162,331 |
現在のバージョン | 1.3.4 |
最終更新日 | 2022-11-25 |
公開日 | 2022-02-11 |
評価 | 3.67/5 合計 9 レビュー |
開発者 | Billy Goal |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |