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!”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
}