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.
¿Qué es Expand URL?
Expand URL es una extensión de Chrome desarrollada por https://www.expandurl.net, y su función principal es "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Expand URL
Descarga archivos de extensión Expand URL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Expand URL |
ID | ebaodioakieednoflghllnidpolibkli |
URL Oficial | https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli |
Descripción | Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe. |
Tamaño del Archivo | 10.65 KB |
Cantidad de Instalaciones | 859 |
Versión Actual | 1.1 |
Última Actualización | 2023-05-16 |
Fecha de Publicación | 2021-12-22 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.expandurl.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.expandurl.net |
URL de la Página de Ayuda | https://www.expandurl.net/contact |
URL de la Página de Política de Privacidad | https://www.expandurl.net/privacy-policy |
Idiomas Soportados | 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" } } |