SwagBucks Survey Helper

SwagBucks Survey Helper helps you make money faster

Qu'est-ce que SwagBucks Survey Helper ?

SwagBucks Survey Helper est une extension Chrome développée par aldpratt, et sa fonction principale est "SwagBucks Survey Helper helps you make money faster".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SwagBucks Survey Helper

Téléchargez les fichiers d'extension SwagBucks Survey Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SwagBucks Survey Helper SwagBucks Survey Helper
ID ooaadehnelkffodggccopjfooahhnpjl
URL Officiel https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl
Description SwagBucks Survey Helper helps you make money faster
Taille du Fichier 16.18 KB
Nombre d'Installations 903
Version Actuelle 1.2
Dernière Mise à Jour 2021-11-15
Date de Publication 2020-01-04
Évaluation 4.80/5 Total 5 Évaluations
Développeur aldpratt
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge 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"
    ]
}