Link Unshortener

Easily Unshorten any Url!

Cos'è Link Unshortener?

Link Unshortener è un'estensione di Chrome sviluppata da https://linkunshorten.com, e la sua funzione principale è "Easily Unshorten any Url!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Link Unshortener

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

                        Link Unshortener works in the background by automatically identifying short urls and will show you the final destination whenever your visit a short link. Open the extension to choose any domain you want to whitelist and not have Link Unshortener detect.

Features
* Protects user from potentially malicious or inappropriate site.
* Preview the destination url for any short url
* Add short domains to whitelist to be ignored
* See a screenshot preview of the site
* See entire redirect trace if url redirects multiple times                    

Informazioni di Base sull'Estensione

Nome Link Unshortener Link Unshortener
ID fpdpbfkdodkadhickmncmaaklaafpplm
URL Ufficiale https://chromewebstore.google.com/detail/link-unshortener/fpdpbfkdodkadhickmncmaaklaafpplm
Descrizione Easily Unshorten any Url!
Dimensione del File 816 KB
Conteggio Installazioni 950
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-09-05
Data di Pubblicazione 2020-04-08
Valutazione 3.75/5 Totale 12 Valutazioni
Sviluppatore https://linkunshorten.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://linkunshorten.com/
URL della Pagina di Aiuto https://linkunshorten.com/
URL della Pagina della Politica sulla Privacy https://t.ly/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/timleland.com\/link-unshorten-extension\/",
    "name": "Link Unshortener",
    "version": "1.0.5",
    "icons": {
        "16": "img\/icons\/icon-16.png",
        "48": "img\/icons\/icon-48.png",
        "128": "img\/icons\/icon-128.png"
    },
    "description": "Easily Unshorten any Url!",
    "action": {
        "default_title": "Link Unshortener",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/on16.png",
            "32": "img\/on32.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ]
}