LightShot Roulette

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

Co to jest LightShot Roulette?

LightShot Roulette to rozszerzenie Chrome opracowane przez kolossalinc, a jego główną funkcją jest „Generates a random link to LightShot and goes to it. Share it with your friends if it's good!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LightShot Roulette

Pobierz pliki rozszerzeń LightShot Roulette w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
Oficjalny URL https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
Opis Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Rozmiar pliku 176 KB
Liczba instalacji 3,034
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-03-27
Data Publikacji 2019-03-27
Ocena 4.50/5 Łącznie 10 Oceny
Deweloper kolossalinc
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}