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.

Co je Expand URL?

Expand URL je rozšíření Chrome vyvinuté https://www.expandurl.net, a jeho hlavní funkcí je „Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Expand URL

Stáhněte si soubory rozšíření Expand URL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Expand URL Expand URL
ID ebaodioakieednoflghllnidpolibkli
Oficiální URL https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli
Popis Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.
Velikost souboru 10.65 KB
Počet instalací 859
Aktuální Verze 1.1
Poslední Aktualizace 2023-05-16
Datum Vydání 2021-12-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.expandurl.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.expandurl.net
URL Stránky Nápovědy https://www.expandurl.net/contact
URL Stránky Zásad Ochrany Soukromí https://www.expandurl.net/privacy-policy
Podporované Jazyky 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"
    }
}