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"
}
} | |