ShortLink Decode

This extensions help decode the short link into the original link

ما هو ShortLink Decode؟

ShortLink Decode هو إضافة Chrome تم تطويرها بواسطة https://tienich.xyz، والميزة الرئيسية لها هي "This extensions help decode the short link into the original link".

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

screenshot

تحميل ملف CRX للإضافة ShortLink Decode

قم بتنزيل ملفات الامتداد ShortLink Decode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extensions help decode the short link into the original link on web page                    

معلومات أساسية عن التمديد

الاسم ShortLink Decode ShortLink Decode
ID clcgakfkgdhbcmpkgmhmoapjdiffgfia
عنوان URL الرسمي https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia
الوصف This extensions help decode the short link into the original link
حجم الملف 18.34 KB
عدد التثبيتات 149
النسخة الحالية 1.2
آخر تحديث 2019-05-15
تاريخ النشر 2019-05-09
تقييم 4.00/5 مجموع تقييمات 4
المطور https://tienich.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShortLink Decode",
    "description": "This extensions help decode the short link into the original link",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}