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 |
Eメール | [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" ] } |