Expand URL

Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.

ما هو Expand URL؟

Expand URL هو إضافة Chrome تم تطويرها بواسطة https://www.expandurl.net، والميزة الرئيسية لها هي "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Expand URL

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

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

                        Expand URL is an extension that will show you the final destination of a shortened link.
Very easy to use, just right click on a shortened link and select 'View Expanded URL', this will then open a new tab and show you where the expanded link will take you. Will also show you more information of the destination link, so that you can determine if that is the link that you would like to visit.
Another advantage to this extension, you can also check to see if a regular link will redirect you to a completely different link.
This extension works with the majority of shortened URLs.
We hope you enjoy using this extension.                    

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

الاسم Expand URL Expand URL
ID ebaodioakieednoflghllnidpolibkli
عنوان URL الرسمي https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli
الوصف Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.
حجم الملف 10.65 KB
عدد التثبيتات 859
النسخة الحالية 1.1
آخر تحديث 2023-05-16
تاريخ النشر 2021-12-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.expandurl.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.expandurl.net
عنوان صفحة المساعدة https://www.expandurl.net/contact
عنوان صفحة سياسة الخصوصية https://www.expandurl.net/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expand URL",
    "description": "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}