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
Qu'est-ce que KIXEYE games extender ?
KIXEYE games extender est une extension Chrome développée par Vo1, et sa fonction principale est "Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KIXEYE games extender
Téléchargez les fichiers d'extension KIXEYE games extender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | |
ID | jgijpjmakapkgajpncokglcphijieiik |
URL Officiel | https://chrome.google.com/webstore/detail/kixeye-games-extender/jgijpjmakapkgajpncokglcphijieiik |
Description | Removes facebook crap from KIXEYE's games (currently battle pirates), and make it unscrollable like you're in a full screen mode |
Taille du Fichier | 44.71 KB |
Nombre d'Installations | 1,062 |
Version Actuelle | 1.53 |
Dernière Mise à Jour | 2012-12-12 |
Date de Publication | 2012-12-12 |
Évaluation | 3.42/5 Total 33 Évaluations |
Développeur | Vo1 |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |