NSBot
Farms NationStates cards for you.
NSBotとは何ですか?
NSBotはDeclan Mooreによって開発されたChromeの拡張機能で、その主な機能は「Farms NationStates cards for you.」です。
NSBot拡張機能のCRXファイルをダウンロード
NSBot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will, when you visit the NationStates cards page, wait for the box to be available, and click the open button, open all your cards, and go back to the page and wait again.
拡張機能の基本情報
名前 | NSBot |
ID | kdhhjhomckbhhefcefobpjllajaomnop |
公式URL | https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop |
説明 | Farms NationStates cards for you. |
ファイルサイズ | 4.28 KB |
インストール数 | 23 |
現在のバージョン | 1.6 |
最終更新日 | 2018-04-06 |
公開日 | 2018-04-06 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Declan Moore |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NSBot", "version": "1.6", "manifest_version": 2, "description": "Farms NationStates cards for you.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "NSBot", "background_page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.nationstates.net\/page=deck" ], "js": [ "content.js" ] } ], "permissions": [ "tabs", "*" ] } |