iLoveLongURL.com

Expand Short URL to Long URL in a Fly

Τι είναι το iLoveLongURL.com;

Το iLoveLongURL.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ilovelongurl.com, και η κύρια λειτουργία του είναι "Expand Short URL to Long URL in a Fly".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης iLoveLongURL.com

Λήψη αρχείων επέκτασης iLoveLongURL.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα iLoveLongURL.com iLoveLongURL.com
ID mmmgneifcacmblfokjahhkgaihboooee
Επίσημο URL https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee
Περιγραφή Expand Short URL to Long URL in a Fly
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2012-06-01
Ημερομηνία Δημοσίευσης 2012-06-01
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.ilovelongurl.com
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://www.ilovelongurl.com/harmfulurl.html
Υποστηριζόμενες Γλώσσες 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
}