Link Unshortener

Easily Unshorten any Url!

O que é Link Unshortener?

Link Unshortener é uma extensão do Chrome desenvolvida por https://linkunshorten.com, e sua principal característica é "Easily Unshorten any Url!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Link Unshortener

Baixe arquivos de extensão Link Unshortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Link Unshortener Link Unshortener
ID fpdpbfkdodkadhickmncmaaklaafpplm
URL Oficial https://chromewebstore.google.com/detail/link-unshortener/fpdpbfkdodkadhickmncmaaklaafpplm
Descrição Easily Unshorten any Url!
Tamanho do Arquivo 816 KB
Contagem de Instalações 950
Versão Atual 1.0.5
Última Atualização 2023-09-05
Data de Publicação 2020-04-08
Classificação 3.75/5 Total de 12 Avaliações
Desenvolvedor https://linkunshorten.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://linkunshorten.com/
URL da Página de Ajuda https://linkunshorten.com/
URL da Página de Política de Privacidade https://t.ly/privacy
Idiomas Suportados 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"
    ]
}