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 |
| 官方網址 | 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"
}
} | |