KIXEYE games extender
Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode
什么是KIXEYE games extender?
KIXEYE games extender是由Vo1开发的Chrome扩展程序,该扩展的主要功能是“Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode”。
扩展截图
下载KIXEYE games extender扩展crx文件
下载KIXEYE games extender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of seeing all facebook ads instead of your game? Tired of mad scroll working sometimes which scrolls down to the bottom of page? This extension removes FB header, footer and right apps bar from your battle pirates game, leaving fb chat intact. However as blue bar is invisible, you don't see global fb notices as well, but sounds are still there :)
扩展基本信息
名称 | |
ID | jgijpjmakapkgajpncokglcphijieiik |
官方URL | https://chrome.google.com/webstore/detail/kixeye-games-extender/jgijpjmakapkgajpncokglcphijieiik |
简介 | Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode |
文件大小 | 44.71 KB |
安装次数 | 1,062 |
当前版本 | 1.53 |
更新时间 | 2012-12-12 |
上架时间 | 2012-12-12 |
评分 | 3.42/5 共33次评分 |
开发者 | Vo1 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "KIXEYE games extender", "version": "1.53", "manifest_version": 2, "description": "Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode", "browser_action": { "default_icon": "kixeye.png" }, "permissions": [ "http:\/\/apps.facebook.com\/battlepirates\/" ], "content_scripts": [ { "matches": [ "http:\/\/apps.facebook.com\/battlepirates\/*" ], "js": [ "prototype.js", "fb-mainpage.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/bp-fb-vip.sjc2.kixeye.com\/canvas\/*" ], "js": [ "prototype.js", "fb-canvas.js" ], "all_frames": true, "run_at": "document_end" } ] } |