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!”。

擴展截圖

screenshot

下載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 Asset Store Links
ID higlegnlppjcblfdcdeoggfhjhlkbmkb
官方網址 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"
    }
}