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

Co to jest KIXEYE games extender?

KIXEYE games extender to rozszerzenie Chrome opracowane przez Vo1, a jego główną funkcją jest „Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia KIXEYE games extender

Pobierz pliki rozszerzeń KIXEYE games extender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 :)                    

Podstawowe informacje o rozszerzeniu

Nazwa KIXEYE games extender KIXEYE games extender
ID jgijpjmakapkgajpncokglcphijieiik
Oficjalny URL https://chrome.google.com/webstore/detail/kixeye-games-extender/jgijpjmakapkgajpncokglcphijieiik
Opis Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode
Rozmiar pliku 44.71 KB
Liczba instalacji 1,062
Aktualna Wersja 1.53
Ostatnia Aktualizacja 2012-12-12
Data Publikacji 2012-12-12
Ocena 3.42/5 Łącznie 33 Oceny
Deweloper Vo1
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}