Fix Lightshot

In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…

O que é Fix Lightshot?

Fix Lightshot é uma extensão do Chrome desenvolvida por Ryan Hecht, e sua principal característica é "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fix Lightshot

Baixe arquivos de extensão Fix Lightshot 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

                        In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website to make it more difficult to view the source image of your screenshot. 

In response, this extension allows you to bypass the https://prnt.sc page altogether, and instead directly loads the source URL of the image you're trying to view.                    

Informações Básicas da Extensão

Nome Fix Lightshot Fix Lightshot
ID dahidcllknfnoleplldmphdnmacjglph
URL Oficial https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph
Descrição In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Tamanho do Arquivo 31.97 KB
Contagem de Instalações 4,000
Versão Atual 1.0
Última Atualização 2018-02-20
Data de Publicação 2018-02-20
Classificação 3.55/5 Total de 20 Avaliações
Desenvolvedor Ryan Hecht
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Lightshot",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prnt.sc\/*",
                "http:\/\/prnt.sc\/*"
            ],
            "js": [
                "content.js"
            ],
            "icons": {
                "128": "icon128.png",
                "48": "icon48.png"
            }
        }
    ]
}