Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
Apa itu Hyper Raffle Extension?
Hyper Raffle Extension adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension automates the add to cart process on multiple sites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hyper Raffle Extension
Unduh file ekstensi Hyper Raffle Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Helps you checkout limited items on your favorite Raffle Sites
Informasi Dasar Ekstensi
Nama | Hyper Raffle Extension |
ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
URL Resmi | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
Deskripsi | This extension automates the add to cart process on multiple sites |
Ukuran File | 153 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2020-03-21 |
Tanggal Publikasi | 2020-03-19 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |