LightShot Roulette

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

Apa itu LightShot Roulette?

LightShot Roulette adalah ekstensi Chrome yang dikembangkan oleh kolossalinc, dan fitur utamanya adalah "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LightShot Roulette

Unduh file ekstensi LightShot Roulette dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
URL Resmi https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
Deskripsi Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Ukuran File 176 KB
Jumlah Instalasi 3,034
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-03-27
Tanggal Publikasi 2019-03-27
Penilaian 4.50/5 Total 10 Penilaian
Pengembang kolossalinc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}