Liberty Island

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

Vad är Liberty Island?

Liberty Island är en Chrome-tillägg utvecklad av john degey, och dess huvudfunktion är "Cartographie et de partage de positions pour le jeu pirates des caraïbes".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Liberty Island-förlängningens CRX-fil

Ladda ner Liberty Island-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Liberty Island Liberty Island
ID mdeikbogpeipbnchdcnpdbicaebgneec
Officiell webbadress https://chromewebstore.google.com/detail/liberty-island/mdeikbogpeipbnchdcnpdbicaebgneec
Beskrivning Cartographie et de partage de positions pour le jeu pirates des caraïbes
Filstorlek 1.67 MB
Antal Installationer 88
Aktuell Version 1.0.5
Senast Uppdaterad 2021-01-02
Publiceringsdatum 2020-12-20
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare john degey
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://libertyisland.johndegey.org
Hjälpsida URL https://forum.johndegey.org
Stödda Språk 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"
    ]
}