iLoveLongURL.com

Expand Short URL to Long URL in a Fly

iLoveLongURL.com क्या है?

iLoveLongURL.com https://www.ilovelongurl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expand Short URL to Long URL in a Fly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iLoveLongURL.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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
}