Asset Store Links

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

O que é Asset Store Links?

Asset Store Links é uma extensão do Chrome desenvolvida por cI_-__-_Io, e sua principal característica é "Redirect old Unity Asset Store links to the new Asset Store!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Asset Store Links

Baixe arquivos de extensão Asset Store Links no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Asset Store Links Asset Store Links
ID higlegnlppjcblfdcdeoggfhjhlkbmkb
URL Oficial https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb
Descrição Redirect old Unity Asset Store links to the new Asset Store!
Tamanho do Arquivo 265 KB
Contagem de Instalações 39
Versão Atual 1.0.0
Última Atualização 2021-03-03
Data de Publicação 2021-03-03
Desenvolvedor cI_-__-_Io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}