Pokemon Legends Extension

Provides features for www.pokemonlegends.com

Pokemon Legends Extensionคืออะไร?

Pokemon Legends Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pokemonlegends.com และคุณลักษณะหลักของมันคือ "Provides features for www.pokemonlegends.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokemon Legends Extension

ดาวน์โหลดไฟล์ส่วนขยาย Pokemon Legends Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension will add several features to Pokemon Legends such as
+ Pokemon location guide!
+ Play a sound when a Shiny Pokemon appears and the text is displayed in orange.
+ Highlight your friends on chat (Orange color)
+ Fix Battle loading and Menu/Option selection
+ Allow you to ignore messages from users on chat
+ Manage Ignored users lists
+ Drag your chat and private messages (yay!)
+ Change chat background color and message color.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pokemon Legends Extension Pokemon Legends Extension
ID kdelmhecjnbelecadmekaelngjhmadoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pokemon-legends-extension/kdelmhecjnbelecadmekaelngjhmadoi
คำอธิบาย Provides features for www.pokemonlegends.com
ขนาดไฟล์ 350 KB
จำนวนการติดตั้ง 1,795
เวอร์ชันปัจจุบัน 0.4.2
อัปเดตครั้งล่าสุด 2021-02-07
วันที่เผยแพร่ 2018-09-27
คะแนน 4.45/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา https://www.pokemonlegends.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokemon Legends Extension",
    "description": "Provides features for www.pokemonlegends.com",
    "version": "0.4.2",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Pokemon Legends",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pokemonlegends.com\/explore",
                "https:\/\/www.pokemonlegends.com\/explore.php"
            ],
            "js": [
                "scripts\/jquery-2.2.3.min.js",
                "scripts\/jquery-ui.js",
                "scripts\/explore_sharks.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.pokemonlegends.com\/*"
    ],
    "web_accessible_resources": [
        "scripts\/inject.js"
    ]
}