Unshorten URL

Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others

Cos'è Unshorten URL?

Unshorten URL è un'estensione di Chrome sviluppata da tiltbit, e la sua funzione principale è "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unshorten URL

Scarica i file di estensione Unshorten 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

                                            

Informazioni di Base sull'Estensione

Nome Unshorten URL Unshorten URL
ID kjhnnpddmfabiciiipggfcmmpciinjap
URL Ufficiale https://chromewebstore.google.com/detail/unshorten-url/kjhnnpddmfabiciiipggfcmmpciinjap
Descrizione Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others
Dimensione del File 8.68 KB
Conteggio Installazioni 132
Versione Corrente 1
Ultimo Aggiornamento 2017-08-23
Data di Pubblicazione 2017-08-23
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore tiltbit
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unshorten URL",
    "version": "1",
    "description": "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "unshort-16.png",
        "48": "unshort-48.png",
        "128": "unshort-128.png"
    }
}