Social Trade Robot
No need to do clicking all the time. Use Social Trade Robot to complete your task.
Social Trade Robotとは何ですか?
Social Trade Robotはhttp://shivangsanghi.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「No need to do clicking all the time. Use Social Trade Robot to complete your task.」です。
拡張機能のスクリーンショット
Social Trade Robot拡張機能のCRXファイルをダウンロード
Social Trade Robot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It completes a task in few seconds. No need to do clicking all the time. Use Social Trade Robot to complete your task. Let me know your any other problem. I will make it for you.
拡張機能の基本情報
名前 | |
ID | aolfhpknbncfkhbaagllhbhmmbhkankk |
公式URL | https://chrome.google.com/webstore/detail/social-trade-robot/aolfhpknbncfkhbaagllhbhmmbhkankk |
説明 | No need to do clicking all the time. Use Social Trade Robot to complete your task. |
ファイルサイズ | 33.97 KB |
インストール数 | 443 |
現在のバージョン | 2 |
最終更新日 | 2017-01-24 |
公開日 | 2017-01-24 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | http://shivangsanghi.blogspot.com |
Eメール | [email protected] |
支払い方法 | in_app |
プライバシーポリシーページのURL | http://www.github.com/shivangsanghi |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Trade Robot", "description": "No need to do clicking all the time. Use Social Trade Robot to complete your task.", "version": "2", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Social Trade Robot" }, "content_scripts": [ { "matches": [ "https:\/\/www.socialtrade.biz\/User\/EarnePoints.aspx" ], "js": [ "js\/all.min.js" ] } ], "manifest_version": 2 } |