Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

ما هو Shortlink Extender؟

Shortlink Extender هو إضافة Chrome تم تطويرها بواسطة Stuart Davidson، والميزة الرئيسية لها هي "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Shortlink Extender

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

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

                        A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

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

الاسم Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
عنوان URL الرسمي https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
الوصف A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
حجم الملف 7.82 KB
عدد التثبيتات 128
النسخة الحالية 0.5
آخر تحديث 2017-08-06
تاريخ النشر 2017-08-06
تقييم 3.00/5 مجموع تقييمات 2
المطور Stuart Davidson
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.stuartd.co.uk/
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortlink Extender",
    "version": "0.5",
    "author": "StuartD - www.stuartd.co.uk",
    "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
    "icons": {
        "128": "images\/128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}