CSGO.exchange Auto retrieve
Auto retrieve
CSGO.exchange Auto retrieveとは何ですか?
CSGO.exchange Auto retrieveはhttps://www.protogalaxy.meによって開発されたChromeの拡張機能で、その主な機能は「Auto retrieve」です。
拡張機能のスクリーンショット
CSGO.exchange Auto retrieve拡張機能のCRXファイルをダウンロード
CSGO.exchange Auto retrieve拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange.
拡張機能の基本情報
名前 | CSGO.exchange Auto retrieve |
ID | pgocnhcnmcbeidhipdcpnolnenapnnog |
公式URL | https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog |
説明 | Auto retrieve |
ファイルサイズ | 116 KB |
インストール数 | 70 |
現在のバージョン | 1.5 |
最終更新日 | 2017-10-31 |
公開日 | 2017-10-31 |
開発者 | https://www.protogalaxy.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.protogalaxy.me/csgo-exchange-autoretrieve/ |
ヘルプページのURL | https://github.com/CauserLee/CSGO.exchange-Autoretrieve |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSGO.exchange Auto retrieve", "author": "Arthur.Lee", "version": "1.5", "description": "Auto retrieve", "icons": { "128": "action.png" }, "permissions": [ "tabs", "notifications", "http:\/\/csgo.exchange\/" ], "background": { "scripts": [ "jquery.js", "logic.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/csgo.exchange\/*" ], "css": [ "main.css" ], "js": [ "jquery.js", "popup.js" ] } ], "browser_action": { "default_title": "Auto retrieve", "default_icon": "action.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "logic.js" ] } |