Asset Store Links

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

Was ist Asset Store Links?

Asset Store Links ist eine Chrome-Erweiterung, die von cI_-__-_Io entwickelt wurde, und ihr Hauptmerkmal ist "Redirect old Unity Asset Store links to the new Asset Store!".

Erweiterungsscreenshots

screenshot

Asset Store Links-Erweiterungs-CRX-Datei herunterladen

Laden Sie Asset Store Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Asset Store Links Asset Store Links
ID higlegnlppjcblfdcdeoggfhjhlkbmkb
Offizielle URL https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb
Beschreibung Redirect old Unity Asset Store links to the new Asset Store!
Dateigröße 265 KB
Installationsanzahl 39
Aktuelle Version 1.0.0
Letztes Update 2021-03-03
Veröffentlichungsdatum 2021-03-03
Entwickler cI_-__-_Io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}