Word Blitz Cheat Injector

Word Blitz Hack made by Code Cowboy on YouTube

What is Word Blitz Cheat Injector?

Word Blitz Cheat Injector is a Chrome extension developed by Code Cowboy, and its main feature is "Word Blitz Hack made by Code Cowboy on YouTube".

Extension Screenshots

screenshot
screenshot

Download Word Blitz Cheat Injector Extension CRX File

Download Word Blitz Cheat Injector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name Word Blitz Cheat Injector Word Blitz Cheat Injector
ID hhmimkbcbgljmnfhiikbagdlfhepdnfi
Official URL https://chromewebstore.google.com/detail/word-blitz-cheat-injector/hhmimkbcbgljmnfhiikbagdlfhepdnfi
Description Word Blitz Hack made by Code Cowboy on YouTube
File Size 1.5 MB
Installation Count 998
Current Version 1.0
Last Updated 2021-08-06
Publish Date 2021-06-02
Rating 5.00/5 Total 4 Ratings
Developer Code Cowboy
Email [email protected]
Payment Type free
Extension Website https://www.youtube.com/codecowboy
Help Page URL https://www.youtube.com/codecowboy
Supported Languages 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"
    }
}