Asset Store Links

Redirect old Unity Asset Store links to the new Asset Store!

Asset Store Links क्या है?

Asset Store Links cI_-__-_Io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect old Unity Asset Store links to the new Asset Store!"।

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

screenshot

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

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

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

                        The Unity Asset Store has moved to a new address, breaking the old links. This extension fixes that transparently.

Please be aware that by default, I add an AID to the URLs to help me with development costs. You can easily switch it off in the extension popup.                    

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

नाम Asset Store Links Asset Store Links
ID higlegnlppjcblfdcdeoggfhjhlkbmkb
आधिकारिक URL https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb
विवरण Redirect old Unity Asset Store links to the new Asset Store!
फ़ाइल का आकार 265 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-03-03
प्रकाशन तिथि 2021-03-03
डेवलपर cI_-__-_Io
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asset Store Links",
    "version": "1.0.0",
    "description": "Redirect old Unity Asset Store links to the new Asset Store!",
    "background": {
        "scripts": [
            "assets\/index-da1ac4ae.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.assetstore.unity3d.com\/"
    ],
    "icons": {
        "16": "assets\/icon\/16.png",
        "48": "assets\/icon\/48.png",
        "128": "assets\/icon\/128.png",
        "512": "assets\/icon\/512.png"
    }
}