tf2mart helper
Shows up additional Trade button
tf2mart helperとは何ですか?
tf2mart helperはtf2によって開発されたChromeの拡張機能で、その主な機能は「Shows up additional Trade button」です。
拡張機能のスクリーンショット
tf2mart helper拡張機能のCRXファイルをダウンロード
tf2mart helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows up additional Trade button 拡張機能の基本情報
| 名前 | |
| ID | pfacmpcgkiicbpdnmihgjcfggmhjcgmp |
| 公式URL | https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp |
| 説明 | Shows up additional Trade button |
| ファイルサイズ | 58.51 KB |
| インストール数 | 15 |
| 現在のバージョン | 1.1.2 |
| 最終更新日 | 2018-03-18 |
| 公開日 | 2018-03-18 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | tf2 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "tf2mart helper",
"version": "1.1.2",
"icons": {
"16": "images\/empty_16.png",
"32": "images\/empty_32.png",
"48": "images\/empty_48.png",
"64": "images\/empty_64.png",
"128": "images\/empty_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/tf2mart.net\/order"
],
"js": [
"content_scripts\/end.js",
"content_scripts\/main.js",
"content_scripts\/jquery.js"
],
"run_at": "document_end"
}
],
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"activeTab"
],
"browser_action": {
"default_icon": "images\/empty_32.png",
"default_title": "tf2mart helper",
"default_popup": "popup\/popup.html"
}
} | |