Sylestia Extension (Test Version!)
Extension for Sylestia.
Sylestia Extension (Test Version!)とは何ですか?
Sylestia Extension (Test Version!)はtaptothebeatによって開発されたChromeの拡張機能で、その主な機能は「Extension for Sylestia.」です。
拡張機能のスクリーンショット
Sylestia Extension (Test Version!)拡張機能のCRXファイルをダウンロード
Sylestia Extension (Test Version!)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } } |