Asset Store Links

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

Qu'est-ce que Asset Store Links ?

Asset Store Links est une extension Chrome développée par cI_-__-_Io, et sa fonction principale est "Redirect old Unity Asset Store links to the new Asset Store!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Asset Store Links

Téléchargez les fichiers d'extension Asset Store Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Asset Store Links Asset Store Links
ID higlegnlppjcblfdcdeoggfhjhlkbmkb
URL Officiel https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb
Description Redirect old Unity Asset Store links to the new Asset Store!
Taille du Fichier 265 KB
Nombre d'Installations 39
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-03-03
Date de Publication 2021-03-03
Développeur cI_-__-_Io
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}