Word Blitz Cheat Injector
Word Blitz Hack made by Code Cowboy on YouTube
ما هو Word Blitz Cheat Injector؟
Word Blitz Cheat Injector هو إضافة Chrome تم تطويرها بواسطة Code Cowboy، والميزة الرئيسية لها هي "Word Blitz Hack made by Code Cowboy on YouTube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Word Blitz Cheat Injector
قم بتنزيل ملفات الامتداد Word Blitz Cheat Injector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A extension to help you play the game 'Word Blitz' on Facebook. Simply load the game, then once the letters appear, press the 'Inject Hack' option and watch as it scores every single possible word! If you have any issues with the extension, please email me at [email protected], and I will fix them for you :)
معلومات أساسية عن التمديد
الاسم | Word Blitz Cheat Injector |
ID | hhmimkbcbgljmnfhiikbagdlfhepdnfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/word-blitz-cheat-injector/hhmimkbcbgljmnfhiikbagdlfhepdnfi |
الوصف | Word Blitz Hack made by Code Cowboy on YouTube |
حجم الملف | 1.5 MB |
عدد التثبيتات | 998 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-08-06 |
تاريخ النشر | 2021-06-02 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Code Cowboy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.youtube.com/codecowboy |
عنوان صفحة المساعدة | https://www.youtube.com/codecowboy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Blitz Cheat Injector", "description": "Word Blitz Hack made by Code Cowboy on YouTube", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.fbsbx.com\/*", "https:\/\/*.fbsbx.com\/*" ], "js": [ "CodeCowboy.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "words.txt" ], "matches": [ "https:\/\/*.fbsbx.com\/*", "https:\/\/*.fbsbx.com\/*" ] } ], "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" } } |