SwagBucks Survey Helper
SwagBucks Survey Helper helps you make money faster
O que é SwagBucks Survey Helper?
SwagBucks Survey Helper é uma extensão do Chrome desenvolvida por aldpratt, e sua principal característica é "SwagBucks Survey Helper helps you make money faster".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SwagBucks Survey Helper
Baixe arquivos de extensão SwagBucks Survey Helper 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
The app helps users take SwagBucks surveys by calculating the SwagBucks per minute on ever survey. This allows users to maximize profits by selecting only the best surveys. It saves time and helps you make more SB faster. Contains in-app fees. To activate the SwagBucks Survey Helper, click the extension's icon and follow the instructions to begin your subscription. $1 per month will give you access to the SwagBucks Survey Helper, and help you earn more swagbucks in less time.
Informações Básicas da Extensão
Nome | |
ID | ooaadehnelkffodggccopjfooahhnpjl |
URL Oficial | https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl |
Descrição | SwagBucks Survey Helper helps you make money faster |
Tamanho do Arquivo | 16.18 KB |
Contagem de Instalações | 903 |
Versão Atual | 1.2 |
Última Atualização | 2021-11-15 |
Data de Publicação | 2020-01-04 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | aldpratt |
[email protected] | |
Tipo de Pagamento | in_app |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SwagBucks Survey Helper", "short_name": "extensionpaysamplemv2", "version": "1.2", "author": "A Pratt", "description": "SwagBucks Survey Helper helps you make money faster", "background": { "scripts": [ "ExtPay.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.swagbucks.com\/surveys" ], "js": [ "ExtPay.js", "content.js" ], "run_at": "document_start" } ], "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |