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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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