Word Blitz Cheat Injector
Word Blitz Hack made by Code Cowboy on YouTube
Wat is Word Blitz Cheat Injector?
Word Blitz Cheat Injector is een Chrome-extensie ontwikkeld door Code Cowboy, en de belangrijkste functie is "Word Blitz Hack made by Code Cowboy on YouTube".
Extensie Screenshots
Download het CRX-bestand van de extensie Word Blitz Cheat Injector
Download Word Blitz Cheat Injector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | Word Blitz Cheat Injector |
ID | hhmimkbcbgljmnfhiikbagdlfhepdnfi |
Officiële URL | https://chromewebstore.google.com/detail/word-blitz-cheat-injector/hhmimkbcbgljmnfhiikbagdlfhepdnfi |
Beschrijving | Word Blitz Hack made by Code Cowboy on YouTube |
Bestandsgrootte | 1.5 MB |
Aantal Installaties | 998 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-08-06 |
Publicatiedatum | 2021-06-02 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Code Cowboy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.youtube.com/codecowboy |
Help Pagina-URL | https://www.youtube.com/codecowboy |
Ondersteunde Talen | 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" } } |