Word Battle Cheat

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

Vad är Word Battle Cheat?

Word Battle Cheat är en Chrome-tillägg utvecklad av T0X1C, och dess huvudfunktion är "This extension helps you by suggesting words in Facebook Word Battle Game".

Tilläggsskärmbilder

screenshot

Ladda ner Word Battle Cheat-förlängningens CRX-fil

Ladda ner Word Battle Cheat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Word Battle Cheat Word Battle Cheat
ID ahpggnddickeebhookfhfagcigeknkmj
Officiell webbadress https://chromewebstore.google.com/detail/word-battle-cheat/ahpggnddickeebhookfhfagcigeknkmj
Beskrivning This extension helps you by suggesting words in Facebook Word Battle Game
Filstorlek 236 KB
Antal Installationer 127
Aktuell Version 2.3.2
Senast Uppdaterad 2013-12-13
Publiceringsdatum 2013-12-13
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare T0X1C
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}