SwagBucks Survey Helper
SwagBucks Survey Helper helps you make money faster
Cos'è SwagBucks Survey Helper?
SwagBucks Survey Helper è un'estensione di Chrome sviluppata da aldpratt, e la sua funzione principale è "SwagBucks Survey Helper helps you make money faster".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SwagBucks Survey Helper
Scarica i file di estensione SwagBucks Survey Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ooaadehnelkffodggccopjfooahhnpjl |
URL Ufficiale | https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl |
Descrizione | SwagBucks Survey Helper helps you make money faster |
Dimensione del File | 16.18 KB |
Conteggio Installazioni | 903 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-11-15 |
Data di Pubblicazione | 2020-01-04 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | aldpratt |
[email protected] | |
Tipo di Pagamento | in_app |
Lingue Supportate | 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" ] } |