Asset Store Links

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

What is Asset Store Links?

Asset Store Links is a Chrome extension developed by cI_-__-_Io, and its main feature is "Redirect old Unity Asset Store links to the new Asset Store!".

Extension Screenshots

screenshot

Download Asset Store Links Extension CRX File

Download Asset Store Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Asset Store Links Asset Store Links
ID higlegnlppjcblfdcdeoggfhjhlkbmkb
Official URL https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb
Description Redirect old Unity Asset Store links to the new Asset Store!
File Size 265 KB
Installation Count 39
Current Version 1.0.0
Last Updated 2021-03-03
Publish Date 2021-03-03
Developer cI_-__-_Io
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}