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 |
官方網址 | 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" } ] } |