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