Sylestia Extension (Test Version!)
Extension for Sylestia.
Sylestia Extension (Test Version!) क्या है?
Sylestia Extension (Test Version!) taptothebeat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for Sylestia."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sylestia Extension (Test Version!) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
v2.7 Working on fixing a battle issue. Features will be limited during this time.
एक्सटेंशन की मूल जानकारी
नाम | Sylestia Extension (Test Version!) |
ID | deniijijkjennikpiplbgcinjkolgijg |
आधिकारिक URL | https://chromewebstore.google.com/detail/sylestia-extension-test-v/deniijijkjennikpiplbgcinjkolgijg |
विवरण | Extension for Sylestia. |
फ़ाइल का आकार | 79.12 KB |
स्थापना संख्या | 116 |
वर्तमान संस्करण | 2.7 |
अंतिम अपडेट | 2019-01-13 |
प्रकाशन तिथि | 2019-01-13 |
डेवलपर | taptothebeat |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sylestia Extension (Test Version!)", "version": "2.7", "manifest_version": 2, "author": "taptothebeat", "icons": { "48": "icon-48-test.png" }, "description": "Extension for Sylestia.", "browser_action": { "default_icon": "icon-48-test.png", "default_popup": "options.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "https:\/\/www.sylestia.com\/account\/wardrobe\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.sylestia.com\/account\/wardrobe*" ], "js": [ "jquery.js", "usefulFunctions.js", "wardrobeHelds.js" ], "css": [ "wardrobe.css" ] }, { "matches": [ "https:\/\/www.sylestia.com\/view\/hatchery\/*" ], "js": [ "usefulFunctions.js", "hatcheryImagesAsAdults.js" ] }, { "matches": [ "https:\/\/www.sylestia.com\/view\/pets\/?petid*" ], "js": [ "jquery.js", "usefulFunctions.js", "petProfileShowHiddens.js", "petProfileDisplayAdult.js" ] }, { "matches": [ "https:\/\/www.sylestia.com\/account\/generator*" ], "js": [ "usefulFunctions.js", "generatorBreedingLink.js" ] }, { "matches": [ "https:\/\/www.sylestia.com\/stables*" ], "js": [ "jquery.js", "usefulFunctions.js", "stableTabLink.js", "stableImagesAsHatchlings.js", "stable.js" ], "css": [ "stable.css" ] }, { "matches": [ "https:\/\/www.sylestia.com\/explore*" ], "js": [ "jquery.js", "usefulFunctions.js", "explore-keys.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |