Asset Store Links

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

ما هو Asset Store Links؟

Asset Store Links هو إضافة Chrome تم تطويرها بواسطة cI_-__-_Io، والميزة الرئيسية لها هي "Redirect old Unity Asset Store links to the new Asset Store!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Asset Store Links

قم بتنزيل ملفات الامتداد Asset Store Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}