Sylestia Extension (Test Version!)
Extension for Sylestia.
What is Sylestia Extension (Test Version!)?
Sylestia Extension (Test Version!) is a Chrome extension developed by taptothebeat, and its main feature is "Extension for Sylestia.".
Extension Screenshots
Download Sylestia Extension (Test Version!) Extension CRX File
Download Sylestia Extension (Test Version!) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
v2.7 Working on fixing a battle issue. Features will be limited during this time.
Extension Basic Information
Name | Sylestia Extension (Test Version!) |
ID | deniijijkjennikpiplbgcinjkolgijg |
Official URL | https://chromewebstore.google.com/detail/sylestia-extension-test-v/deniijijkjennikpiplbgcinjkolgijg |
Description | Extension for Sylestia. |
File Size | 79.12 KB |
Installation Count | 116 |
Current Version | 2.7 |
Last Updated | 2019-01-13 |
Publish Date | 2019-01-13 |
Developer | taptothebeat |
Payment Type | free |
Supported Languages | 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 } } |