Word Blitz Cheat Injector

Word Blitz Hack made by Code Cowboy on YouTube

Qu'est-ce que Word Blitz Cheat Injector ?

Word Blitz Cheat Injector est une extension Chrome développée par Code Cowboy, et sa fonction principale est "Word Blitz Hack made by Code Cowboy on YouTube".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Word Blitz Cheat Injector

Téléchargez les fichiers d'extension Word Blitz Cheat Injector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Word Blitz Cheat Injector Word Blitz Cheat Injector
ID hhmimkbcbgljmnfhiikbagdlfhepdnfi
URL Officiel https://chromewebstore.google.com/detail/word-blitz-cheat-injector/hhmimkbcbgljmnfhiikbagdlfhepdnfi
Description Word Blitz Hack made by Code Cowboy on YouTube
Taille du Fichier 1.5 MB
Nombre d'Installations 998
Version Actuelle 1.0
Dernière Mise à Jour 2021-08-06
Date de Publication 2021-06-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur Code Cowboy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtube.com/codecowboy
URL de la Page d'Aide https://www.youtube.com/codecowboy
Langues Prises en Charge 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"
    }
}