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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}