Unshorten.Me
Browser Extension to unshorten link
Qu'est-ce que Unshorten.Me ?
Unshorten.Me est une extension Chrome développée par vocabgeekinfo, et sa fonction principale est "Browser Extension to unshorten link".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unshorten.Me
Téléchargez les fichiers d'extension Unshorten.Me 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
Unshorten.me is a free service to Un-Shorten the URLs created by URL shortening services. Unshorten.me can un-shorten URLs created by different services like t.co (Twitter), bit.ly, TinyURL, ow.ly among others
Informations de Base sur l'Extension
Nom | Unshorten.Me |
ID | bmiidjokmohpedbfjpoagmljcloncjfp |
URL Officiel | https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp |
Description | Browser Extension to unshorten link |
Taille du Fichier | 107 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-06-16 |
Date de Publication | 2022-06-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | vocabgeekinfo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://unshorten.me/ |
URL de la Page d'Aide | https://thoplo.com/contact |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unshorten.Me", "short_name": "unshorten", "description": "Browser Extension to unshorten link", "version": "1.1", "version_name": "1.1", "permissions": [ "contextMenus" ], "icons": { "16": ".\/icons\/ico16.png", "32": ".\/icons\/ico32.png", "48": ".\/icons\/ico48.png", "64": ".\/icons\/ico64.png", "128": ".\/icons\/ico128.png" }, "action": { "default_title": "Unshorten.me: unshorten any URL", "default_popup": "popup.html", "default_icon": { "16": ".\/icons\/ico16.png", "32": ".\/icons\/ico32.png", "48": ".\/icons\/ico48.png", "64": ".\/icons\/ico64.png", "128": ".\/icons\/ico128.png" } }, "background": { "service_worker": "eventPage.js" }, "offline_enabled": false } |