Sylestia Extension 2

More features for Sylestia.

Sylestia Extension 2 là gì?

Sylestia Extension 2 là một tiện ích mở rộng Chrome được phát triển bởi tigress, và tính năng chính của nó là "More features 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 2

Tải xuống các tệp mở rộng Sylestia Extension 2 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

                        Additional features and quality of life improvements for Sylestia. 
See this thread for more details.
https://www.sylestia.com/forums/?thread=102119                    

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

Tên Sylestia Extension 2 Sylestia Extension 2
ID gfpcobjmcnddnckgolhinjgdngmbheag
URL Chính Thức https://chromewebstore.google.com/detail/sylestia-extension-2/gfpcobjmcnddnckgolhinjgdngmbheag
Mô tả More features for Sylestia.
Kích Thước Tệp 89.3 KB
Số Lần Cài Đặt 223
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-10-28
Ngày Phát Hành 2022-03-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển tigress
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sylestia.com/forums/?thread=102119
URL Trang Trợ Giúp https://www.sylestia.com/forums/?thread=102119
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sylestia Extension 2",
    "version": "1.5",
    "manifest_version": 3,
    "author": "Tigress",
    "icons": {
        "48": "icon.png"
    },
    "description": "More features for Sylestia.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "settings.html"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.sylestia.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.sylestia.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/forums\/?forum=*"
            ],
            "js": [
                "forumSearch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/generator\/"
            ],
            "js": [
                "randomTraits.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/nurture\/*"
            ],
            "js": [
                "nurtureKeysBare.js"
            ],
            "css": [
                "styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/explore\/megazone\/?zone=thelostgrove*"
            ],
            "js": [
                "LGbuttons.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/explore\/inventory\/*"
            ],
            "js": [
                "inventoryKeys.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/trade\/tradebroker\/*"
            ],
            "js": [
                "brokerAviItems.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/view\/pets\/?petid=*"
            ],
            "js": [
                "petProfileNurture.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/explore\/newzone\/?zone=*"
            ],
            "js": [
                "festZone.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/festival\/festival_spring\/sylesti_garden\/*"
            ],
            "js": [
                "garden.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/festival\/festival_summer\/sylesti_beach\/*"
            ],
            "js": [
                "beach.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/festival\/festival_fall\/sylesti_brewing\/*"
            ],
            "js": [
                "brew.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/festival\/festival_fall\/trick_or_treat\/*"
            ],
            "js": [
                "ToT.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/view\/pets\/?petid=*"
            ],
            "js": [
                "release.js"
            ]
        }
    ]
}