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'est-ce que Expand URL ?
Expand URL est une extension Chrome développée par https://www.expandurl.net, et sa fonction principale est "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Expand URL
Téléchargez les fichiers d'extension Expand URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Expand URL |
ID | ebaodioakieednoflghllnidpolibkli |
URL Officiel | https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli |
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. |
Taille du Fichier | 10.65 KB |
Nombre d'Installations | 859 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-05-16 |
Date de Publication | 2021-12-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.expandurl.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.expandurl.net |
URL de la Page d'Aide | https://www.expandurl.net/contact |
URL de la Page de Politique de Confidentialité | https://www.expandurl.net/privacy-policy |
Langues Prises en Charge | 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" } } |