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 |
电子邮箱 | [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" } |