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.
Cos'è Expand URL?
Expand URL è un'estensione di Chrome sviluppata da https://www.expandurl.net, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Expand URL
Scarica i file di estensione Expand URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Expand URL |
ID | ebaodioakieednoflghllnidpolibkli |
URL Ufficiale | https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli |
Descrizione | Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe. |
Dimensione del File | 10.65 KB |
Conteggio Installazioni | 859 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-05-16 |
Data di Pubblicazione | 2021-12-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.expandurl.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.expandurl.net |
URL della Pagina di Aiuto | https://www.expandurl.net/contact |
URL della Pagina della Politica sulla Privacy | https://www.expandurl.net/privacy-policy |
Lingue Supportate | 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" } } |