Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
Vad är Hyper Raffle Extension?
Hyper Raffle Extension är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension automates the add to cart process on multiple sites".
Tilläggsskärmbilder
Ladda ner Hyper Raffle Extension-förlängningens CRX-fil
Ladda ner Hyper Raffle Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Helps you checkout limited items on your favorite Raffle Sites Grundläggande Information om Tillägg
| Namn | |
| ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
| Officiell webbadress | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
| Beskrivning | This extension automates the add to cart process on multiple sites |
| Filstorlek | 153 KB |
| Antal Installationer | 46 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2020-03-21 |
| Publiceringsdatum | 2020-03-19 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |