Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
Was ist Hyper Raffle Extension?
Hyper Raffle Extension ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension automates the add to cart process on multiple sites".
Erweiterungsscreenshots
Hyper Raffle Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hyper Raffle Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Helps you checkout limited items on your favorite Raffle Sites Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
| Offizielle URL | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
| Beschreibung | This extension automates the add to cart process on multiple sites |
| Dateigröße | 153 KB |
| Installationsanzahl | 46 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2020-03-21 |
| Veröffentlichungsdatum | 2020-03-19 |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |