Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
Co to jest Hyper Raffle Extension?
Hyper Raffle Extension to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension automates the add to cart process on multiple sites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hyper Raffle Extension
Pobierz pliki rozszerzeń Hyper Raffle Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Helps you checkout limited items on your favorite Raffle Sites
Podstawowe informacje o rozszerzeniu
Nazwa | Hyper Raffle Extension |
ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
Oficjalny URL | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
Opis | This extension automates the add to cart process on multiple sites |
Rozmiar pliku | 153 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2020-03-21 |
Data Publikacji | 2020-03-19 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |