Pokémon J0L Extension

JoL Extension

Cos'è Pokémon J0L Extension?

Pokémon J0L Extension è un'estensione di Chrome sviluppata da Drakirus, e la sua funzione principale è "JoL Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pokémon J0L Extension

Scarica i file di estensione Pokémon J0L Extension 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

                        Extension pour le format JOL sur le site Poketools.fr                    

Informazioni di Base sull'Estensione

Nome Pokémon J0L Extension Pokémon J0L Extension
ID jghmdingepcggbhphhfnhagfdejlfbcp
URL Ufficiale https://chromewebstore.google.com/detail/pok%C3%A9mon-j0l-extension/jghmdingepcggbhphhfnhagfdejlfbcp
Descrizione JoL Extension
Dimensione del File 31.09 KB
Conteggio Installazioni 37
Versione Corrente 4.0.0
Ultimo Aggiornamento 2018-02-26
Data di Pubblicazione 2018-02-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Drakirus
Email [email protected]
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Pokemon",
        "default_icon": "JoL.png",
        "default_popup": "popup.html"
    },
    "name": "Pok\u00e9mon J0L Extension",
    "author": "Github@Drakirus, Github@Apeul",
    "description": "JoL Extension",
    "version": "4.0.0",
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.poketools.fr\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.poketools.fr\/*",
        "notifications",
        "tabs",
        "activeTab"
    ]
}