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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |