Word Blitz Cheat Injector
Word Blitz Hack made by Code Cowboy on YouTube
Apa itu Word Blitz Cheat Injector?
Word Blitz Cheat Injector adalah ekstensi Chrome yang dikembangkan oleh Code Cowboy, dan fitur utamanya adalah "Word Blitz Hack made by Code Cowboy on YouTube".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Word Blitz Cheat Injector
Unduh file ekstensi Word Blitz Cheat Injector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 :)
Informasi Dasar Ekstensi
Nama | Word Blitz Cheat Injector |
ID | hhmimkbcbgljmnfhiikbagdlfhepdnfi |
URL Resmi | https://chromewebstore.google.com/detail/word-blitz-cheat-injector/hhmimkbcbgljmnfhiikbagdlfhepdnfi |
Deskripsi | Word Blitz Hack made by Code Cowboy on YouTube |
Ukuran File | 1.5 MB |
Jumlah Instalasi | 998 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-08-06 |
Tanggal Publikasi | 2021-06-02 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Code Cowboy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.youtube.com/codecowboy |
URL Halaman Bantuan | https://www.youtube.com/codecowboy |
Bahasa yang Didukung | 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" } } |