Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
Cos'è Hyper Raffle Extension?
Hyper Raffle Extension è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension automates the add to cart process on multiple sites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hyper Raffle Extension
Scarica i file di estensione Hyper Raffle Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Helps you checkout limited items on your favorite Raffle Sites Informazioni di Base sull'Estensione
| Nome | |
| ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
| URL Ufficiale | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
| Descrizione | This extension automates the add to cart process on multiple sites |
| Dimensione del File | 153 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2020-03-21 |
| Data di Pubblicazione | 2020-03-19 |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |