Dominator S&S 20
Dominator Snipe & Supply, Start making coins..
什么是Dominator S&S 20?
Dominator S&S 20是由futsniperext开发的Chrome扩展程序,该扩展的主要功能是“Dominator Snipe & Supply, Start making coins..”。
扩展截图
下载Dominator S&S 20扩展crx文件
下载Dominator S&S 20扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dominator Snipe & Supply, auto search, buy and sell on the fifa 20 web app. 扩展基本信息
| 名称 | |
| ID | lkolfocginjdgejikkmkcgegnoljpelc |
| 官方URL | https://chrome.google.com/webstore/detail/dominator-ss-20/lkolfocginjdgejikkmkcgegnoljpelc |
| 简介 | Dominator Snipe & Supply, Start making coins.. |
| 文件大小 | 1.35 MB |
| 安装次数 | 35 |
| 当前版本 | 4.0.0 |
| 更新时间 | 2020-05-24 |
| 上架时间 | 2020-05-24 |
| 开发者 | futsniperext |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon-off.png",
"24": "icon-off.png",
"32": "icon-off.png"
}
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"script.js"
],
"matches": [
"https:\/\/www.easports.com\/*fifa\/ultimate-team\/web-app\/*",
"http:\/\/www.easports.com\/*fifa\/ultimate-team\/web-app\/*",
"https:\/\/futsniper.com\/*",
"https:\/\/futsniper.com\/*\/*",
"http:\/\/localhost\/backend\/*"
]
}
],
"description": "Dominator Snipe & Supply, Start making coins..",
"homepage_url": "https:\/\/chat.whatsapp.com\/CeHG5MyWAih9Awc5c8iIc5",
"icons": {
"128": "icon-off.png",
"16": "icon-off.png",
"48": "icon-off.png"
},
"incognito": "split",
"manifest_version": 2,
"name": "Dominator S&S 20",
"options_ui": {
"open_in_tab": true,
"page": "\/settings\/index.html"
},
"permissions": [
"https:\/\/futsniper.com\/*",
"https:\/\/futsniper.com\/*\/*",
"browsingData",
"background",
"activeTab",
"contextMenus",
"storage",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "4.0.0"
} | |