SwagBucks Survey Helper
SwagBucks Survey Helper helps you make money faster
Co to jest SwagBucks Survey Helper?
SwagBucks Survey Helper to rozszerzenie Chrome opracowane przez aldpratt, a jego główną funkcją jest „SwagBucks Survey Helper helps you make money faster”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SwagBucks Survey Helper
Pobierz pliki rozszerzeń SwagBucks Survey Helper 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ooaadehnelkffodggccopjfooahhnpjl |
Oficjalny URL | https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl |
Opis | SwagBucks Survey Helper helps you make money faster |
Rozmiar pliku | 16.18 KB |
Liczba instalacji | 903 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-11-15 |
Data Publikacji | 2020-01-04 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | aldpratt |
[email protected] | |
Typ Płatności | in_app |
Obsługiwane Języki | 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" ] } |