Pokemon Legends Extension
Provides features for www.pokemonlegends.com
Pokemon Legends Extension क्या है?
Pokemon Legends Extension https://www.pokemonlegends.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides features for www.pokemonlegends.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pokemon Legends Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |