Word Battle Cheat

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

Co je Word Battle Cheat?

Word Battle Cheat je rozšíření Chrome vyvinuté T0X1C, a jeho hlavní funkcí je „This extension helps you by suggesting words in Facebook Word Battle Game“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Word Battle Cheat

Stáhněte si soubory rozšíření Word Battle Cheat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Word Battle Cheat Word Battle Cheat
ID ahpggnddickeebhookfhfagcigeknkmj
Oficiální URL https://chromewebstore.google.com/detail/word-battle-cheat/ahpggnddickeebhookfhfagcigeknkmj
Popis This extension helps you by suggesting words in Facebook Word Battle Game
Velikost souboru 236 KB
Počet instalací 127
Aktuální Verze 2.3.2
Poslední Aktualizace 2013-12-13
Datum Vydání 2013-12-13
Hodnocení 4.75/5 Celkem 8 Hodnocení
Vývojář T0X1C
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}