Hyper Raffle Extension

This extension automates the add to cart process on multiple sites

Что такое Hyper Raffle Extension?

Hyper Raffle Extension - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension automates the add to cart process on multiple sites".

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

screenshot

Скачать файл CRX расширения Hyper Raffle Extension

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

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

                        Helps you checkout limited items on your favorite Raffle Sites                    

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

Название Hyper Raffle Extension Hyper Raffle Extension
ID mcgfdnmchdafmaoiloclgggblcfcgggc
Официальный URL https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc
Описание This extension automates the add to cart process on multiple sites
Размер файла 153 KB
Количество установок 46
Текущая Версия 2.0
Последнее Обновление 2020-03-21
Дата публикации 2020-03-19
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyper Raffle Extension",
    "description": "This extension automates the add to cart process on multiple sites",
    "version": "2.0",
    "browser_action": {
        "default_icon": "shoe.png",
        "default_popup": "popup.html",
        "default_title": "Hyper Raffle"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.nakedcph.com\/*",
                "https:\/\/*.hollywood.no\/*",
                "https:\/\/*.hollywood.eu\/*",
                "https:\/\/*.sotostore.com\/*",
                "https:\/\/caliroots.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}