LightShot Roulette

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

Qu'est-ce que LightShot Roulette ?

LightShot Roulette est une extension Chrome développée par kolossalinc, et sa fonction principale est "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LightShot Roulette

Téléchargez les fichiers d'extension LightShot Roulette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
URL Officiel 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!
Taille du Fichier 176 KB
Nombre d'Installations 3,034
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-27
Date de Publication 2019-03-27
Évaluation 4.50/5 Total 10 Évaluations
Développeur kolossalinc
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}