SwagBucks Survey Helper

SwagBucks Survey Helper helps you make money faster

SwagBucks Survey Helper là gì?

SwagBucks Survey Helper là một tiện ích mở rộng Chrome được phát triển bởi aldpratt, và tính năng chính của nó là "SwagBucks Survey Helper helps you make money faster".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SwagBucks Survey Helper

Tải xuống các tệp mở rộng SwagBucks Survey Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SwagBucks Survey Helper SwagBucks Survey Helper
ID ooaadehnelkffodggccopjfooahhnpjl
URL Chính Thức https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl
Mô tả SwagBucks Survey Helper helps you make money faster
Kích Thước Tệp 16.18 KB
Số Lần Cài Đặt 903
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-11-15
Ngày Phát Hành 2020-01-04
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển aldpratt
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}