Word Battle Cheat
This extension helps you by suggesting words in Facebook Word Battle Game
Word Battle Cheatとは何ですか?
Word Battle CheatはT0X1Cによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you by suggesting words in Facebook Word Battle Game」です。
拡張機能のスクリーンショット
Word Battle Cheat拡張機能のCRXファイルをダウンロード
Word Battle Cheat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Word Battle Cheat |
ID | ahpggnddickeebhookfhfagcigeknkmj |
公式URL | https://chromewebstore.google.com/detail/word-battle-cheat/ahpggnddickeebhookfhfagcigeknkmj |
説明 | This extension helps you by suggesting words in Facebook Word Battle Game |
ファイルサイズ | 236 KB |
インストール数 | 127 |
現在のバージョン | 2.3.2 |
最終更新日 | 2013-12-13 |
公開日 | 2013-12-13 |
評価 | 4.75/5 合計 8 レビュー |
開発者 | T0X1C |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |