Torn Sidekick
Your torn sidekick
Torn Sidekickとは何ですか?
Torn SidekickはNepheriusによって開発されたChromeの拡張機能で、その主な機能は「Your torn sidekick」です。
拡張機能のスクリーンショット
Torn Sidekick拡張機能のCRXファイルをダウンロード
Torn Sidekick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Estimates the battle stats of players. Can be used on Profile page, search, advanced search, points market.
拡張機能の基本情報
名前 | Torn Sidekick |
ID | bnibekhopekagofajbpnmaifmfoabdec |
公式URL | https://chromewebstore.google.com/detail/torn-sidekick/bnibekhopekagofajbpnmaifmfoabdec |
説明 | Your torn sidekick |
ファイルサイズ | 439 KB |
インストール数 | 214 |
現在のバージョン | 1.2.3 |
最終更新日 | 2020-04-26 |
公開日 | 2020-04-23 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Nepherius |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torn Sidekick", "description": "Your torn sidekick", "version": "1.2.3", "author": "Nepherius", "homepage_url": "http:\/\/nepherius.xyz", "browser_action": { "default_title": "Enter your Torn API Key", "default_icon": "images\/ts.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage", "https:\/\/www.torn.com\/*", "https:\/\/api.torn.com\/*" ], "web_accessible_resources": [ "images\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.torn.com\/*" ], "js": [ "plugins\/jquery\/jquery-3.3.1.min.js", "plugins\/jquery\/jquery-ui.min.js", "js\/content.js", "js\/popup.js" ] } ] } |