Word Battle Cheat

This extension helps you by suggesting words in Facebook Word Battle Game

Was ist Word Battle Cheat?

Word Battle Cheat ist eine Chrome-Erweiterung, die von T0X1C entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you by suggesting words in Facebook Word Battle Game".

Erweiterungsscreenshots

screenshot

Word Battle Cheat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Word Battle Cheat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Stuck when trying to figure out those Jumbled letters?? No more googling or asking your friends. Here is an extension that helps you in tight situations like these. Note: WordBattle game is really amazing and a fun way to spend your time with friends on Facebook. So.... Don't Cheat!                    

Grundlegende Informationen zur Erweiterung

Name Word Battle Cheat Word Battle Cheat
ID ahpggnddickeebhookfhfagcigeknkmj
Offizielle URL https://chromewebstore.google.com/detail/word-battle-cheat/ahpggnddickeebhookfhfagcigeknkmj
Beschreibung This extension helps you by suggesting words in Facebook Word Battle Game
Dateigröße 236 KB
Installationsanzahl 127
Aktuelle Version 2.3.2
Letztes Update 2013-12-13
Veröffentlichungsdatum 2013-12-13
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler T0X1C
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Battle Cheat",
    "description": "This extension helps you by suggesting words in Facebook Word Battle Game",
    "version": "2.3.2",
    "permissions": [
        "https:\/\/*.facebook.com\/"
    ],
    "background": {
        "scripts": [
            "js\/AN.min.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "omnibox": {
        "keyword": "anagram"
    },
    "short_name": "Word Hack",
    "author": "Ajumal Ashraf"
}