iLoveLongURL.com

Expand Short URL to Long URL in a Fly

ما هو iLoveLongURL.com؟

iLoveLongURL.com هو إضافة Chrome تم تطويرها بواسطة https://www.ilovelongurl.com، والميزة الرئيسية لها هي "Expand Short URL to Long URL in a Fly".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة iLoveLongURL.com

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

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

                        I Love Long URL Protects You From Malicious Links.

‘ILoveLongURL’ essentially reverse engineers a shortened URL, giving you not only the original ‘long’ URL, but also user ratings of the website based on its trustworthiness, vendor reliability, privacy and even child safety. The interface is dead simple, and returns accurate results within seconds. The service uses the LongUrl.org API to bring back the original URL and uses ratings from the Web of Trust (WOB), a free, community based tool to rank websites on their safety and reliability.                    

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

الاسم iLoveLongURL.com iLoveLongURL.com
ID mmmgneifcacmblfokjahhkgaihboooee
عنوان URL الرسمي https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee
الوصف Expand Short URL to Long URL in a Fly
حجم الملف 139 KB
عدد التثبيتات 46
النسخة الحالية 2.0.0
آخر تحديث 2012-06-01
تاريخ النشر 2012-06-01
تقييم 4.00/5 مجموع تقييمات 1
المطور https://www.ilovelongurl.com
نوع الدفع free
عنوان صفحة المساعدة http://www.ilovelongurl.com/harmfulurl.html
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLoveLongURL.com",
    "version": "2.0.0",
    "description": "Expand Short URL to Long URL in a Fly",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "imageinfo-16.png",
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png"
    },
    "manifest_version": 2
}