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 kolossalinc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LightShot Roulette एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}