LightShot Roulette
Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Wat is LightShot Roulette?
LightShot Roulette is een Chrome-extensie ontwikkeld door kolossalinc, en de belangrijkste functie is "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".
Extensie Screenshots
Download het CRX-bestand van de extensie LightShot Roulette
Download LightShot Roulette-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ggnpgmocgnboafcpdmdojkdaaoddjape | 
| Officiële URL | https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape | 
| Beschrijving | Generates a random link to LightShot and goes to it. Share it with your friends if it's good! | 
| Bestandsgrootte | 176 KB | 
| Aantal Installaties | 3,034 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2019-03-27 | 
| Publicatiedatum | 2019-03-27 | 
| Beoordeling | 4.50/5 Totaal 10 Beoordelingen | 
| Ontwikkelaar | kolossalinc | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |