Random Desire Lite

Generate desire numbers in Random.org

Что такое Random Desire Lite?

Random Desire Lite - это расширение Chrome, разработанное Vịt Corp, и его основная функция - "Generate desire numbers in Random.org".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Random Desire Lite

Скачайте файлы расширений Random Desire Lite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Have you ever wanted to feel the power to control your life?
I can help you generate the number you ever desire!
Enter numbers of your desire and open Random.org to feel it yourself!

Feedback:
[email protected]                    

Основная информация о расширении

Название Random Desire Lite Random Desire Lite
ID gebplnngkmcgeokaedmaapnnkanndimf
Официальный URL https://chromewebstore.google.com/detail/random-desire-lite/gebplnngkmcgeokaedmaapnnkanndimf
Описание Generate desire numbers in Random.org
Размер файла 22.1 KB
Количество установок 29
Текущая Версия 1.0
Последнее Обновление 2020-03-16
Дата публикации 2020-03-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Vịt Corp
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Desire Lite",
    "description": "Generate desire numbers in Random.org",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.random.org\/",
                "*:\/\/www.random.org\/widgets\/integers\/iframe*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/www.random.org\/",
        "*:\/\/www.random.org\/widgets\/integers\/iframe*"
    ],
    "browser_action": {
        "default_title": "Random Desire",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}