SwagBucks Survey Helper

SwagBucks Survey Helper helps you make money faster

Apa itu SwagBucks Survey Helper?

SwagBucks Survey Helper adalah ekstensi Chrome yang dikembangkan oleh aldpratt, dan fitur utamanya adalah "SwagBucks Survey Helper helps you make money faster".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SwagBucks Survey Helper

Unduh file ekstensi SwagBucks Survey Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SwagBucks Survey Helper SwagBucks Survey Helper
ID ooaadehnelkffodggccopjfooahhnpjl
URL Resmi https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl
Deskripsi SwagBucks Survey Helper helps you make money faster
Ukuran File 16.18 KB
Jumlah Instalasi 903
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-11-15
Tanggal Publikasi 2020-01-04
Penilaian 4.80/5 Total 5 Penilaian
Pengembang aldpratt
Email [email protected]
Tipe Pembayaran in_app
Bahasa yang Didukung 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"
    ]
}