Liberty Island

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

Was ist Liberty Island?

Liberty Island ist eine Chrome-Erweiterung, die von john degey entwickelt wurde, und ihr Hauptmerkmal ist "Cartographie et de partage de positions pour le jeu pirates des caraïbes".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Liberty Island-Erweiterungs-CRX-Datei herunterladen

Laden Sie Liberty Island-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Liberty Island Liberty Island
ID mdeikbogpeipbnchdcnpdbicaebgneec
Offizielle URL https://chromewebstore.google.com/detail/liberty-island/mdeikbogpeipbnchdcnpdbicaebgneec
Beschreibung Cartographie et de partage de positions pour le jeu pirates des caraïbes
Dateigröße 1.67 MB
Installationsanzahl 88
Aktuelle Version 1.0.5
Letztes Update 2021-01-02
Veröffentlichungsdatum 2020-12-20
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler john degey
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://libertyisland.johndegey.org
Hilfeseite URL https://forum.johndegey.org
Unterstützte Sprachen 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"
    ]
}