Hyper Raffle Extension

This extension automates the add to cart process on multiple sites

Co je Hyper Raffle Extension?

Hyper Raffle Extension je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension automates the add to cart process on multiple sites“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hyper Raffle Extension

Stáhněte si soubory rozšíření Hyper Raffle Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Helps you checkout limited items on your favorite Raffle Sites                    

Základní Informace o Rozšíření

Název Hyper Raffle Extension Hyper Raffle Extension
ID mcgfdnmchdafmaoiloclgggblcfcgggc
Oficiální URL https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc
Popis This extension automates the add to cart process on multiple sites
Velikost souboru 153 KB
Počet instalací 46
Aktuální Verze 2.0
Poslední Aktualizace 2020-03-21
Datum Vydání 2020-03-19
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}