Asset Store Links
Redirect old Unity Asset Store links to the new Asset Store!
Co je Asset Store Links?
Asset Store Links je rozšíření Chrome vyvinuté cI_-__-_Io, a jeho hlavní funkcí je „Redirect old Unity Asset Store links to the new Asset Store!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Asset Store Links
Stáhněte si soubory rozšíření Asset Store Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Asset Store Links |
ID | higlegnlppjcblfdcdeoggfhjhlkbmkb |
Oficiální URL | https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb |
Popis | Redirect old Unity Asset Store links to the new Asset Store! |
Velikost souboru | 265 KB |
Počet instalací | 39 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2021-03-03 |
Datum Vydání | 2021-03-03 |
Vývojář | cI_-__-_Io |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |