LightShot Roulette

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

What is LightShot Roulette?

LightShot Roulette is a Chrome extension developed by kolossalinc, and its main feature is "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".

Extension Screenshots

screenshot

Download LightShot Roulette Extension CRX File

Download LightShot Roulette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
Official URL https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
Description Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
File Size 176 KB
Installation Count 3,034
Current Version 1.0
Last Updated 2019-03-27
Publish Date 2019-03-27
Rating 4.50/5 Total 10 Ratings
Developer kolossalinc
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}