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