Word Battle Cheat

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

¿Qué es Word Battle Cheat?

Word Battle Cheat es una extensión de Chrome desarrollada por T0X1C, y su función principal es "This extension helps you by suggesting words in Facebook Word Battle Game".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Word Battle Cheat

Descarga archivos de extensión Word Battle Cheat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Word Battle Cheat Word Battle Cheat
ID ahpggnddickeebhookfhfagcigeknkmj
URL Oficial https://chromewebstore.google.com/detail/word-battle-cheat/ahpggnddickeebhookfhfagcigeknkmj
Descripción This extension helps you by suggesting words in Facebook Word Battle Game
Tamaño del Archivo 236 KB
Cantidad de Instalaciones 127
Versión Actual 2.3.2
Última Actualización 2013-12-13
Fecha de Publicación 2013-12-13
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador T0X1C
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}