SwagBucks Survey Helper

SwagBucks Survey Helper helps you make money faster

SwagBucks Survey Helper क्या है?

SwagBucks Survey Helper aldpratt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SwagBucks Survey Helper helps you make money faster"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SwagBucks Survey Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम SwagBucks Survey Helper SwagBucks Survey Helper
ID ooaadehnelkffodggccopjfooahhnpjl
आधिकारिक URL https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl
विवरण SwagBucks Survey Helper helps you make money faster
फ़ाइल का आकार 16.18 KB
स्थापना संख्या 903
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-11-15
प्रकाशन तिथि 2020-01-04
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर aldpratt
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ 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"
    ]
}