Word Battle Cheat

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

O que é Word Battle Cheat?

Word Battle Cheat é uma extensão do Chrome desenvolvida por T0X1C, e sua principal característica é "This extension helps you by suggesting words in Facebook Word Battle Game".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Word Battle Cheat

Baixe arquivos de extensão Word Battle Cheat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Word Battle Cheat Word Battle Cheat
ID ahpggnddickeebhookfhfagcigeknkmj
URL Oficial https://chromewebstore.google.com/detail/word-battle-cheat/ahpggnddickeebhookfhfagcigeknkmj
Descrição This extension helps you by suggesting words in Facebook Word Battle Game
Tamanho do Arquivo 236 KB
Contagem de Instalações 127
Versão Atual 2.3.2
Última Atualização 2013-12-13
Data de Publicação 2013-12-13
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor T0X1C
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}