Liberty Island

Cartographie et de partage de positions pour le jeu pirates des caraïbes

Cos'è Liberty Island?

Liberty Island è un'estensione di Chrome sviluppata da john degey, e la sua funzione principale è "Cartographie et de partage de positions pour le jeu pirates des caraïbes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Liberty Island

Scarica i file di estensione Liberty Island 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 jeu www.pirates-caraibes.com
Vous pourrez :
- Cartographier l'île et ses nombreux donjons
- Repérer les différents persos (pj, monstres, boss, commerçants...)
- Garder une trace de votre historique, vos espionnages...
- Relever les marchandises en vente chez tous les commerçants
- Avoir votre propre comptoir commercial sur Liberty Island

Retrouvez toutes les informations sur le site du borgne...
Rejoignez-nous sur https://libertyisland.johndegey.org                    

Informazioni di Base sull'Estensione

Nome Liberty Island Liberty Island
ID mdeikbogpeipbnchdcnpdbicaebgneec
URL Ufficiale https://chromewebstore.google.com/detail/liberty-island/mdeikbogpeipbnchdcnpdbicaebgneec
Descrizione Cartographie et de partage de positions pour le jeu pirates des caraïbes
Dimensione del File 1.67 MB
Conteggio Installazioni 88
Versione Corrente 1.0.5
Ultimo Aggiornamento 2021-01-02
Data di Pubblicazione 2020-12-20
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore john degey
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://libertyisland.johndegey.org
URL della Pagina di Aiuto https://forum.johndegey.org
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_nomExtension__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_descriptionExtension__",
    "icons": {
        "16": "skin\/classic\/libertyisland16.png",
        "19": "skin\/classic\/libertyisland19.png",
        "48": "skin\/classic\/libertyisland48.png",
        "128": "skin\/classic\/libertyisland128.png"
    },
    "default_locale": "fr",
    "homepage_url": "https:\/\/libertyisland.johndegey.org",
    "browser_action": {
        "default_title": "__MSG_nomExtension__ 1.0.5",
        "default_icon": "skin\/classic\/libertyisland19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jscripts\/LibertyIsland.js",
            "jscripts\/LibertyIsland_Update.js",
            "jscripts\/LibertyIsland_Settings.js",
            "jscripts\/LibertyIsland_Extension.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "http:\/\/www.pirates-caraibes.com\/",
        "https:\/\/www.pirates-caraibes.com\/",
        "http:\/\/pirates-caraibes.com\/",
        "https:\/\/pirates-caraibes.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pirates-caraibes.com\/*",
                "https:\/\/www.pirates-caraibes.com\/*",
                "http:\/\/pirates-caraibes.com\/*",
                "https:\/\/pirates-caraibes.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jscripts\/LibertyIsland.js",
                "jscripts\/LibertyIsland_BrowserOverlay.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.pirates-caraibes.com\/fr\/jeu\/commerce_pnj.php*",
                "https:\/\/www.pirates-caraibes.com\/fr\/jeu\/commerce_pnj.php*",
                "http:\/\/pirates-caraibes.com\/fr\/jeu\/commerce_pnj.php*",
                "https:\/\/pirates-caraibes.com\/fr\/jeu\/commerce_pnj.php*"
            ],
            "all_frames": true,
            "js": [
                "jscripts\/LIE_injectCommercantPnj.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "jscripts\/LIE_injectCommercantPnj.js",
        "skin\/classic\/FondIleEly.jpg",
        "skin\/classic\/FondCartePieces.jpg",
        "skin\/classic\/FondCarteBateau.jpg"
    ]
}