iLoveLongURL.com
Expand Short URL to Long URL in a Fly
Was ist iLoveLongURL.com?
iLoveLongURL.com ist eine Chrome-Erweiterung, die von https://www.ilovelongurl.com entwickelt wurde, und ihr Hauptmerkmal ist "Expand Short URL to Long URL in a Fly".
Erweiterungsscreenshots
iLoveLongURL.com-Erweiterungs-CRX-Datei herunterladen
Laden Sie iLoveLongURL.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mmmgneifcacmblfokjahhkgaihboooee |
Offizielle URL | https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee |
Beschreibung | Expand Short URL to Long URL in a Fly |
Dateigröße | 139 KB |
Installationsanzahl | 46 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2012-06-01 |
Veröffentlichungsdatum | 2012-06-01 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.ilovelongurl.com |
Zahlungsart | free |
Hilfeseite URL | http://www.ilovelongurl.com/harmfulurl.html |
Unterstützte Sprachen | 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 } |