iLoveLongURL.com
Expand Short URL to Long URL in a Fly
Cos'è iLoveLongURL.com?
iLoveLongURL.com è un'estensione di Chrome sviluppata da https://www.ilovelongurl.com, e la sua funzione principale è "Expand Short URL to Long URL in a Fly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione iLoveLongURL.com
Scarica i file di estensione iLoveLongURL.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mmmgneifcacmblfokjahhkgaihboooee |
URL Ufficiale | https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee |
Descrizione | Expand Short URL to Long URL in a Fly |
Dimensione del File | 139 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2012-06-01 |
Data di Pubblicazione | 2012-06-01 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.ilovelongurl.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://www.ilovelongurl.com/harmfulurl.html |
Lingue Supportate | 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 } |