Canvas Resizer for Facebook Games
Resize the Canvas of your favorite Facebook games to how it used to be.
Was ist Canvas Resizer for Facebook Games?
Canvas Resizer for Facebook Games ist eine Chrome-Erweiterung, die von Brad Dwyer entwickelt wurde, und ihr Hauptmerkmal ist "Resize the Canvas of your favorite Facebook games to how it used to be.".
Erweiterungsscreenshots
Canvas Resizer for Facebook Games-Erweiterungs-CRX-Datei herunterladen
Laden Sie Canvas Resizer for Facebook Games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Last week Facebook changed the way that games on their platform work. They now have a minimum height which is a problem for users with small screens. This extension fixes that issue.
Grundlegende Informationen zur Erweiterung
Name | Canvas Resizer for Facebook Games |
ID | pnogmobgbndnagddenfomobffodkfkjc |
Offizielle URL | https://chromewebstore.google.com/detail/canvas-resizer-for-facebo/pnogmobgbndnagddenfomobffodkfkjc |
Beschreibung | Resize the Canvas of your favorite Facebook games to how it used to be. |
Dateigröße | 5.56 KB |
Installationsanzahl | 45 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-05-27 |
Veröffentlichungsdatum | 2014-05-27 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Brad Dwyer |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Resizer for Facebook Games", "description": "Resize the Canvas of your favorite Facebook games to how it used to be.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/apps.facebook.com\/*", "https:\/\/apps.facebook.com\/*" ], "css": [ "resize.css" ] } ], "icons": { "16": "arrowicon16x16.png", "48": "arrowicon48x48.png", "128": "arrowicon128x128.png" } } |