LightShot Roulette

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

Co je LightShot Roulette?

LightShot Roulette je rozšíření Chrome vyvinuté kolossalinc, a jeho hlavní funkcí je „Generates a random link to LightShot and goes to it. Share it with your friends if it's good!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LightShot Roulette

Stáhněte si soubory rozšíření LightShot Roulette ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
Oficiální URL https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
Popis Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Velikost souboru 176 KB
Počet instalací 3,034
Aktuální Verze 1.0
Poslední Aktualizace 2019-03-27
Datum Vydání 2019-03-27
Hodnocení 4.50/5 Celkem 10 Hodnocení
Vývojář kolossalinc
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}