Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
What is Hyper Raffle Extension?
Hyper Raffle Extension is a Chrome extension developed by Unknown, and its main feature is "This extension automates the add to cart process on multiple sites".
Extension Screenshots
Download Hyper Raffle Extension Extension CRX File
Download Hyper Raffle Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Helps you checkout limited items on your favorite Raffle Sites
Extension Basic Information
Name | Hyper Raffle Extension |
ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
Official URL | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
Description | This extension automates the add to cart process on multiple sites |
File Size | 153 KB |
Installation Count | 46 |
Current Version | 2.0 |
Last Updated | 2020-03-21 |
Publish Date | 2020-03-19 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |