iLoveLongURL.com

Expand Short URL to Long URL in a Fly

Qu'est-ce que iLoveLongURL.com ?

iLoveLongURL.com est une extension Chrome développée par https://www.ilovelongurl.com, et sa fonction principale est "Expand Short URL to Long URL in a Fly".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension iLoveLongURL.com

Téléchargez les fichiers d'extension iLoveLongURL.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom iLoveLongURL.com iLoveLongURL.com
ID mmmgneifcacmblfokjahhkgaihboooee
URL Officiel https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee
Description Expand Short URL to Long URL in a Fly
Taille du Fichier 139 KB
Nombre d'Installations 46
Version Actuelle 2.0.0
Dernière Mise à Jour 2012-06-01
Date de Publication 2012-06-01
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://www.ilovelongurl.com
Type de Paiement free
URL de la Page d'Aide http://www.ilovelongurl.com/harmfulurl.html
Langues Prises en Charge 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
}