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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |