SwagBucks Survey Helper

SwagBucks Survey Helper helps you make money faster

Wat is SwagBucks Survey Helper?

SwagBucks Survey Helper is een Chrome-extensie ontwikkeld door aldpratt, en de belangrijkste functie is "SwagBucks Survey Helper helps you make money faster".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SwagBucks Survey Helper

Download SwagBucks Survey Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SwagBucks Survey Helper SwagBucks Survey Helper
ID ooaadehnelkffodggccopjfooahhnpjl
Officiële URL https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl
Beschrijving SwagBucks Survey Helper helps you make money faster
Bestandsgrootte 16.18 KB
Aantal Installaties 903
Huidige Versie 1.2
Laatst Bijgewerkt 2021-11-15
Publicatiedatum 2020-01-04
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar aldpratt
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen 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"
    ]
}