ArsonWarehouse
ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…
ArsonWarehouse란 무엇입니까?
ArsonWarehouse은(는) https://arsonwarehouse.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your…"입니다.
확장 프로그램 스크린샷
ArsonWarehouse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your trading, stop wasting time on calculations. Rely on ArsonWarehouse instead. Oh, and it's fully automated! Get started right away: https://arsonwarehouse.com
확장 프로그램 기본 정보
이름 | ArsonWarehouse |
ID | nobpnmomjlcbohjkogaeobildecocmbh |
공식 URL | https://chromewebstore.google.com/detail/arsonwarehouse/nobpnmomjlcbohjkogaeobildecocmbh |
설명 | ArsonWarehouse is the leading tool for TORN.com traders that enables a higher volume of trades in less time. Maximize your… |
파일 크기 | 158 KB |
설치 횟수 | 1,400 |
현재 버전 | 8.0 |
최근 업데이트 | 2021-06-10 |
출시 날짜 | 2020-06-30 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://arsonwarehouse.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://arsonwarehouse.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ArsonWarehouse", "version": "8.0", "author": "Sulsay", "permissions": [ "activeTab", "https:\/\/arsonwarehouse.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.torn.com\/trade.php*" ], "css": [ "awh.css" ], "js": [ "js\/vue.min.js", "js\/global.js", "js\/content-scripts\/vue-mixins.js", "js\/content-scripts\/components\/CopyButton.js", "js\/content-scripts\/components\/ModalWithBackdrop.js", "js\/content-scripts\/trade\/components\/TradeModal.js", "js\/content-scripts\/trade\/components\/TradeOverview.js", "js\/content-scripts\/trade\/components\/TradeComponents.js", "js\/content-scripts\/trade\/components\/TradeComponent.js", "js\/content-scripts\/trade\/components\/TradeMessages.js", "js\/content-scripts\/trade\/components\/TradeMessage.js", "js\/content-scripts\/trade\/components\/TradeTotal.js", "js\/content-scripts\/trade\/components\/TradeWarnings.js", "js\/content-scripts\/trade\/TradeSide.js", "js\/content-scripts\/trade\/TradeItem.js", "js\/content-scripts\/trade\/trade.js" ] } ], "browser_action": [], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } } |