Asset Store Links
Redirect old Unity Asset Store links to the new Asset Store!
什么是Asset Store Links?
Asset Store Links是由cI_-__-_Io开发的Chrome扩展程序,该扩展的主要功能是“Redirect old Unity Asset Store links to the new Asset Store!”。
扩展截图
下载Asset Store Links扩展crx文件
下载Asset Store Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Asset Store Links |
ID | higlegnlppjcblfdcdeoggfhjhlkbmkb |
官方URL | https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb |
简介 | Redirect old Unity Asset Store links to the new Asset Store! |
文件大小 | 265 KB |
安装次数 | 39 |
当前版本 | 1.0.0 |
更新时间 | 2021-03-03 |
上架时间 | 2021-03-03 |
开发者 | cI_-__-_Io |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |