Pop2Watch

Get an alert as soon as your favourite films and series are available online!

Cos'è Pop2Watch?

Pop2Watch è un'estensione di Chrome sviluppata da Billy Goal, e la sua funzione principale è "Get an alert as soon as your favourite films and series are available online!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pop2Watch

Scarica i file di estensione Pop2Watch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pop2Watch Pop2Watch
ID okcoadphmbonomafodjgagkkgkkjehnj
URL Ufficiale https://chromewebstore.google.com/detail/pop2watch/okcoadphmbonomafodjgagkkgkkjehnj
Descrizione Get an alert as soon as your favourite films and series are available online!
Dimensione del File 380 KB
Conteggio Installazioni 162,331
Versione Corrente 1.3.4
Ultimo Aggiornamento 2022-11-25
Data di Pubblicazione 2022-02-11
Valutazione 3.67/5 Totale 9 Valutazioni
Sviluppatore Billy Goal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}