Dominator S&S 20
Dominator Snipe & Supply, Start making coins..
What is Dominator S&S 20?
Dominator S&S 20 is a Chrome extension developed by futsniperext, and its main feature is "Dominator Snipe & Supply, Start making coins..".
Extension Screenshots
Download Dominator S&S 20 Extension CRX File
Download Dominator S&S 20 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Dominator Snipe & Supply, auto search, buy and sell on the fifa 20 web app.
Extension Basic Information
Name | |
ID | lkolfocginjdgejikkmkcgegnoljpelc |
Official URL | https://chrome.google.com/webstore/detail/dominator-ss-20/lkolfocginjdgejikkmkcgegnoljpelc |
Description | Dominator Snipe & Supply, Start making coins.. |
File Size | 1.35 MB |
Installation Count | 35 |
Current Version | 4.0.0 |
Last Updated | 2020-05-24 |
Publish Date | 2020-05-24 |
Developer | futsniperext |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |