Sylestia Extension (Test Version!)

Extension for Sylestia.

Sylestia Extension (Test Version!)คืออะไร?

Sylestia Extension (Test Version!) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taptothebeat และคุณลักษณะหลักของมันคือ "Extension for Sylestia."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sylestia Extension (Test Version!)

ดาวน์โหลดไฟล์ส่วนขยาย 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!) 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
    }
}