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".
Снимки экрана расширения
Скачать файл 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 |
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" ] } |