Liberty Island

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

ما هو Liberty Island؟

Liberty Island هو إضافة Chrome تم تطويرها بواسطة john degey، والميزة الرئيسية لها هي "Cartographie et de partage de positions pour le jeu pirates des caraïbes".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Liberty Island

قم بتنزيل ملفات الامتداد Liberty Island بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Liberty Island Liberty Island
ID mdeikbogpeipbnchdcnpdbicaebgneec
عنوان URL الرسمي https://chromewebstore.google.com/detail/liberty-island/mdeikbogpeipbnchdcnpdbicaebgneec
الوصف Cartographie et de partage de positions pour le jeu pirates des caraïbes
حجم الملف 1.67 MB
عدد التثبيتات 88
النسخة الحالية 1.0.5
آخر تحديث 2021-01-02
تاريخ النشر 2020-12-20
تقييم 5.00/5 مجموع تقييمات 5
المطور john degey
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://libertyisland.johndegey.org
عنوان صفحة المساعدة https://forum.johndegey.org
اللغات المدعومة 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"
    ]
}