iLoveLongURL.com
Expand Short URL to Long URL in a Fly
O que é iLoveLongURL.com?
iLoveLongURL.com é uma extensão do Chrome desenvolvida por https://www.ilovelongurl.com, e sua principal característica é "Expand Short URL to Long URL in a Fly".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão iLoveLongURL.com
Baixe arquivos de extensão iLoveLongURL.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mmmgneifcacmblfokjahhkgaihboooee |
URL Oficial | https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee |
Descrição | Expand Short URL to Long URL in a Fly |
Tamanho do Arquivo | 139 KB |
Contagem de Instalações | 46 |
Versão Atual | 2.0.0 |
Última Atualização | 2012-06-01 |
Data de Publicação | 2012-06-01 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.ilovelongurl.com |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://www.ilovelongurl.com/harmfulurl.html |
Idiomas Suportados | 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 } |