Expand URL

Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.

Τι είναι το Expand URL;

Το Expand URL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.expandurl.net, και η κύρια λειτουργία του είναι "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Expand URL

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

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

                        Expand URL is an extension that will show you the final destination of a shortened link.
Very easy to use, just right click on a shortened link and select 'View Expanded URL', this will then open a new tab and show you where the expanded link will take you. Will also show you more information of the destination link, so that you can determine if that is the link that you would like to visit.
Another advantage to this extension, you can also check to see if a regular link will redirect you to a completely different link.
This extension works with the majority of shortened URLs.
We hope you enjoy using this extension.                    

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

Όνομα Expand URL Expand URL
ID ebaodioakieednoflghllnidpolibkli
Επίσημο URL https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli
Περιγραφή Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.
Μέγεθος Αρχείου 10.65 KB
Αριθμός Εγκαταστάσεων 859
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-05-16
Ημερομηνία Δημοσίευσης 2021-12-22
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.expandurl.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.expandurl.net
Διεύθυνση URL της Σελίδας Βοήθειας https://www.expandurl.net/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.expandurl.net/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expand URL",
    "description": "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}