Pokemon Legends Extension
Provides features for www.pokemonlegends.com
什麼是Pokemon Legends Extension?
Pokemon Legends Extension是由https://www.pokemonlegends.com開發的Chrome擴展程式,該擴展的主要功能是“Provides features for www.pokemonlegends.com”。
擴展截圖
下載Pokemon Legends Extension擴展crx文件
下載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 |
ID | kdelmhecjnbelecadmekaelngjhmadoi |
官方網址 | 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" ] } |