Dominator S&S 20
Dominator Snipe & Supply, Start making coins..
ما هو Dominator S&S 20؟
Dominator S&S 20 هو إضافة Chrome تم تطويرها بواسطة futsniperext، والميزة الرئيسية لها هي "Dominator Snipe & Supply, Start making coins..".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dominator S&S 20
قم بتنزيل ملفات الامتداد Dominator S&S 20 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |