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. 擴展基本資訊
| 名稱 | |
| ID | deniijijkjennikpiplbgcinjkolgijg |
| 官方網址 | 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
}
} | |