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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |