Word Blitz Cheat Injector
Word Blitz Hack made by Code Cowboy on YouTube
Cos'è Word Blitz Cheat Injector?
Word Blitz Cheat Injector è un'estensione di Chrome sviluppata da Code Cowboy, e la sua funzione principale è "Word Blitz Hack made by Code Cowboy on YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Word Blitz Cheat Injector
Scarica i file di estensione Word Blitz Cheat Injector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | Word Blitz Cheat Injector |
ID | hhmimkbcbgljmnfhiikbagdlfhepdnfi |
URL Ufficiale | https://chromewebstore.google.com/detail/word-blitz-cheat-injector/hhmimkbcbgljmnfhiikbagdlfhepdnfi |
Descrizione | Word Blitz Hack made by Code Cowboy on YouTube |
Dimensione del File | 1.5 MB |
Conteggio Installazioni | 998 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-08-06 |
Data di Pubblicazione | 2021-06-02 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Code Cowboy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.youtube.com/codecowboy |
URL della Pagina di Aiuto | https://www.youtube.com/codecowboy |
Lingue Supportate | 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" } } |