Unshorten.Me
Browser Extension to unshorten link
Cos'è Unshorten.Me?
Unshorten.Me è un'estensione di Chrome sviluppata da vocabgeekinfo, e la sua funzione principale è "Browser Extension to unshorten link".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unshorten.Me
Scarica i file di estensione Unshorten.Me 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
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
Informazioni di Base sull'Estensione
Nome | Unshorten.Me |
ID | bmiidjokmohpedbfjpoagmljcloncjfp |
URL Ufficiale | https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp |
Descrizione | Browser Extension to unshorten link |
Dimensione del File | 107 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-06-16 |
Data di Pubblicazione | 2022-06-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | vocabgeekinfo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://unshorten.me/ |
URL della Pagina di Aiuto | https://thoplo.com/contact |
Lingue Supportate | 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 } |