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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vo1 และคุณลักษณะหลักของมันคือ "Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KIXEYE games extender
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |