SwagBucks Survey Helper

SwagBucks Survey Helper helps you make money faster

What is SwagBucks Survey Helper?

SwagBucks Survey Helper is a Chrome extension developed by aldpratt, and its main feature is "SwagBucks Survey Helper helps you make money faster".

Extension Screenshots

screenshot
screenshot

Download SwagBucks Survey Helper Extension CRX File

Download SwagBucks Survey Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SwagBucks Survey Helper SwagBucks Survey Helper
ID ooaadehnelkffodggccopjfooahhnpjl
Official URL https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl
Description SwagBucks Survey Helper helps you make money faster
File Size 16.18 KB
Installation Count 903
Current Version 1.2
Last Updated 2021-11-15
Publish Date 2020-01-04
Rating 4.80/5 Total 5 Ratings
Developer aldpratt
Email [email protected]
Payment Type in_app
Supported Languages 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"
    ]
}