Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
Hvad er Hyper Raffle Extension?
Hyper Raffle Extension er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension automates the add to cart process on multiple sites".
Udvidelsesskærmbilleder
Download Hyper Raffle Extension-udvidelses-CRX-fil
Download Hyper Raffle Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Helps you checkout limited items on your favorite Raffle Sites
Grundlæggende oplysninger om udvidelsen
Navn | Hyper Raffle Extension |
ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
Officiel URL | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
Beskrivelse | This extension automates the add to cart process on multiple sites |
Filstørrelse | 153 KB |
Antal Installationer | 46 |
Nuværende Version | 2.0 |
Senest Opdateret | 2020-03-21 |
Udgivelsesdato | 2020-03-19 |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |