iLoveLongURL.com
Expand Short URL to Long URL in a Fly
Vad är iLoveLongURL.com?
iLoveLongURL.com är en Chrome-tillägg utvecklad av https://www.ilovelongurl.com, och dess huvudfunktion är "Expand Short URL to Long URL in a Fly".
Tilläggsskärmbilder
Ladda ner iLoveLongURL.com-förlängningens CRX-fil
Ladda ner iLoveLongURL.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mmmgneifcacmblfokjahhkgaihboooee |
Officiell webbadress | https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee |
Beskrivning | Expand Short URL to Long URL in a Fly |
Filstorlek | 139 KB |
Antal Installationer | 46 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2012-06-01 |
Publiceringsdatum | 2012-06-01 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | https://www.ilovelongurl.com |
Betalningssätt | free |
Hjälpsida URL | http://www.ilovelongurl.com/harmfulurl.html |
Stödda Språk | 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 } |