Sylestia Extension 2

More features for Sylestia.

Sylestia Extension 2 क्या है?

Sylestia Extension 2 tigress द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "More features for Sylestia."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sylestia Extension 2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Sylestia Extension 2 Sylestia Extension 2
ID gfpcobjmcnddnckgolhinjgdngmbheag
आधिकारिक URL https://chromewebstore.google.com/detail/sylestia-extension-2/gfpcobjmcnddnckgolhinjgdngmbheag
विवरण More features for Sylestia.
फ़ाइल का आकार 89.3 KB
स्थापना संख्या 223
वर्तमान संस्करण 1.5
अंतिम अपडेट 2022-10-28
प्रकाशन तिथि 2022-03-24
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर tigress
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sylestia.com/forums/?thread=102119
सहायता पृष्ठ URL https://www.sylestia.com/forums/?thread=102119
समर्थित भाषाएँ 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"
            ]
        }
    ]
}