SwagBucks Survey Helper
SwagBucks Survey Helper helps you make money faster
什么是SwagBucks Survey Helper?
SwagBucks Survey Helper是由aldpratt开发的Chrome扩展程序,该扩展的主要功能是“SwagBucks Survey Helper helps you make money faster”。
扩展截图
下载SwagBucks Survey Helper扩展crx文件
下载SwagBucks Survey Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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" ] } |