LightShot Roulette

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

Hvad er LightShot Roulette?

LightShot Roulette er en Chrome-udvidelse udviklet af kolossalinc, og dens hovedfunktion er "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".

Udvidelsesskærmbilleder

screenshot

Download LightShot Roulette-udvidelses-CRX-fil

Download LightShot Roulette-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
Officiel URL https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
Beskrivelse Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Filstørrelse 176 KB
Antal Installationer 3,034
Nuværende Version 1.0
Senest Opdateret 2019-03-27
Udgivelsesdato 2019-03-27
Bedømmelse 4.50/5 Samlet 10 Bedømmelser
Udvikler kolossalinc
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}