LightShot Roulette

Generates a random link to LightShot and goes to it. Share it with your friends if it's good!

O que é LightShot Roulette?

LightShot Roulette é uma extensão do Chrome desenvolvida por kolossalinc, e sua principal característica é "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LightShot Roulette

Baixe arquivos de extensão LightShot Roulette 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

                        On Click, the script will generate a random six character key and send you to that image. Simple quick. Alot of Removed/Invalid images can be generated. The plugin itself is not responsible for the content you see on the external site.                    

Informações Básicas da Extensão

Nome LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
URL Oficial https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
Descrição Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Tamanho do Arquivo 176 KB
Contagem de Instalações 3,034
Versão Atual 1.0
Última Atualização 2019-03-27
Data de Publicação 2019-03-27
Classificação 4.50/5 Total de 10 Avaliações
Desenvolvedor kolossalinc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "48": "lightshot_roulette_logo.png",
        "128": "lightshot_roulette_logo.png"
    },
    "name": "LightShot Roulette",
    "author": "Koloss5421",
    "description": "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!",
    "version": "1.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "Lightshot Roulette"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}