SwagBucks Survey Helper
SwagBucks Survey Helper helps you make money faster
Что такое SwagBucks Survey Helper?
SwagBucks Survey Helper - это расширение Chrome, разработанное aldpratt, и его основная функция - "SwagBucks Survey Helper helps you make money faster".
Снимки экрана расширения
Скачать файл CRX расширения SwagBucks Survey Helper
Скачайте файлы расширений SwagBucks Survey Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | ooaadehnelkffodggccopjfooahhnpjl |
Официальный URL | https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl |
Описание | SwagBucks Survey Helper helps you make money faster |
Размер файла | 16.18 KB |
Количество установок | 903 |
Текущая Версия | 1.2 |
Последнее Обновление | 2021-11-15 |
Дата публикации | 2020-01-04 |
Рейтинг | 4.80/5 Всего 5 оценок |
Разработчик | aldpratt |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Поддерживаемые языки | 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" ] } |