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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}