Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
O que é Hyper Raffle Extension?
Hyper Raffle Extension é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension automates the add to cart process on multiple sites".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hyper Raffle Extension
Baixe arquivos de extensão Hyper Raffle Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Helps you checkout limited items on your favorite Raffle Sites
Informações Básicas da Extensão
Nome | Hyper Raffle Extension |
ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
URL Oficial | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
Descrição | This extension automates the add to cart process on multiple sites |
Tamanho do Arquivo | 153 KB |
Contagem de Instalações | 46 |
Versão Atual | 2.0 |
Última Atualização | 2020-03-21 |
Data de Publicação | 2020-03-19 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |