Sylestia Extension (Test Version!)
Extension for Sylestia.
Cos'è Sylestia Extension (Test Version!)?
Sylestia Extension (Test Version!) è un'estensione di Chrome sviluppata da taptothebeat, e la sua funzione principale è "Extension for Sylestia.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sylestia Extension (Test Version!)
Scarica i file di estensione Sylestia Extension (Test Version!) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
v2.7 Working on fixing a battle issue. Features will be limited during this time.
Informazioni di Base sull'Estensione
Nome | Sylestia Extension (Test Version!) |
ID | deniijijkjennikpiplbgcinjkolgijg |
URL Ufficiale | https://chromewebstore.google.com/detail/sylestia-extension-test-v/deniijijkjennikpiplbgcinjkolgijg |
Descrizione | Extension for Sylestia. |
Dimensione del File | 79.12 KB |
Conteggio Installazioni | 116 |
Versione Corrente | 2.7 |
Ultimo Aggiornamento | 2019-01-13 |
Data di Pubblicazione | 2019-01-13 |
Sviluppatore | taptothebeat |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |