Pokemon Legends Extension

Provides features for www.pokemonlegends.com

Pokemon Legends Extension là gì?

Pokemon Legends Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.pokemonlegends.com, và tính năng chính của nó là "Provides features for www.pokemonlegends.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pokemon Legends Extension

Tải xuống các tệp mở rộng Pokemon Legends Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pokemon Legends Extension Pokemon Legends Extension
ID kdelmhecjnbelecadmekaelngjhmadoi
URL Chính Thức https://chromewebstore.google.com/detail/pokemon-legends-extension/kdelmhecjnbelecadmekaelngjhmadoi
Mô tả Provides features for www.pokemonlegends.com
Kích Thước Tệp 350 KB
Số Lần Cài Đặt 1,795
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2021-02-07
Ngày Phát Hành 2018-09-27
Đánh Giá 4.45/5 Tổng số 60 Đánh Giá
Nhà Phát Triển https://www.pokemonlegends.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}