Asset Store Links

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

¿Qué es Asset Store Links?

Asset Store Links es una extensión de Chrome desarrollada por cI_-__-_Io, y su función principal es "Redirect old Unity Asset Store links to the new Asset Store!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Asset Store Links

Descarga archivos de extensión Asset Store Links en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Asset Store Links Asset Store Links
ID higlegnlppjcblfdcdeoggfhjhlkbmkb
URL Oficial https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb
Descripción Redirect old Unity Asset Store links to the new Asset Store!
Tamaño del Archivo 265 KB
Cantidad de Instalaciones 39
Versión Actual 1.0.0
Última Actualización 2021-03-03
Fecha de Publicación 2021-03-03
Desarrollador cI_-__-_Io
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}