Hyper Raffle Extension

This extension automates the add to cart process on multiple sites

Hyper Raffle Extension क्या है?

Hyper Raffle Extension Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automates the add to cart process on multiple sites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hyper Raffle Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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