Word Blitz Cheat Injector
Word Blitz Hack made by Code Cowboy on YouTube
Vad är Word Blitz Cheat Injector?
Word Blitz Cheat Injector är en Chrome-tillägg utvecklad av Code Cowboy, och dess huvudfunktion är "Word Blitz Hack made by Code Cowboy on YouTube".
Tilläggsskärmbilder
Ladda ner Word Blitz Cheat Injector-förlängningens CRX-fil
Ladda ner Word Blitz Cheat Injector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :)
Grundläggande Information om Tillägg
Namn | Word Blitz Cheat Injector |
ID | hhmimkbcbgljmnfhiikbagdlfhepdnfi |
Officiell webbadress | https://chromewebstore.google.com/detail/word-blitz-cheat-injector/hhmimkbcbgljmnfhiikbagdlfhepdnfi |
Beskrivning | Word Blitz Hack made by Code Cowboy on YouTube |
Filstorlek | 1.5 MB |
Antal Installationer | 998 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-08-06 |
Publiceringsdatum | 2021-06-02 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Code Cowboy |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.youtube.com/codecowboy |
Hjälpsida URL | https://www.youtube.com/codecowboy |
Stödda Språk | 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" } } |