LightShot Roulette

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

Τι είναι το LightShot Roulette;

Το LightShot Roulette είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kolossalinc, και η κύρια λειτουργία του είναι "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης LightShot Roulette

Λήψη αρχείων επέκτασης LightShot Roulette σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
Επίσημο URL https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
Περιγραφή Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Μέγεθος Αρχείου 176 KB
Αριθμός Εγκαταστάσεων 3,034
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-03-27
Ημερομηνία Δημοσίευσης 2019-03-27
Αξιολόγηση 4.50/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής kolossalinc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}