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 |
官方網址 | 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" ] } |