Sylestia Extension (Test Version!)

Extension for Sylestia.

Sylestia Extension (Test Version!) là gì?

Sylestia Extension (Test Version!) là một tiện ích mở rộng Chrome được phát triển bởi taptothebeat, và tính năng chính của nó là "Extension for Sylestia.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sylestia Extension (Test Version!)

Tải xuống các tệp mở rộng Sylestia Extension (Test Version!) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        v2.7
Working on fixing a battle issue. Features will be limited during this time.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sylestia Extension (Test Version!) Sylestia Extension (Test Version!)
ID deniijijkjennikpiplbgcinjkolgijg
URL Chính Thức https://chromewebstore.google.com/detail/sylestia-extension-test-v/deniijijkjennikpiplbgcinjkolgijg
Mô tả Extension for Sylestia.
Kích Thước Tệp 79.12 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2019-01-13
Ngày Phát Hành 2019-01-13
Nhà Phát Triển taptothebeat
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}