Canvas Resizer for Facebook Games
Resize the Canvas of your favorite Facebook games to how it used to be.
Wat is Canvas Resizer for Facebook Games?
Canvas Resizer for Facebook Games is een Chrome-extensie ontwikkeld door Brad Dwyer, en de belangrijkste functie is "Resize the Canvas of your favorite Facebook games to how it used to be.".
Extensie Screenshots
Download het CRX-bestand van de extensie Canvas Resizer for Facebook Games
Download Canvas Resizer for Facebook Games-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Canvas Resizer for Facebook Games |
ID | pnogmobgbndnagddenfomobffodkfkjc |
Officiële URL | https://chromewebstore.google.com/detail/canvas-resizer-for-facebo/pnogmobgbndnagddenfomobffodkfkjc |
Beschrijving | Resize the Canvas of your favorite Facebook games to how it used to be. |
Bestandsgrootte | 5.56 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-05-27 |
Publicatiedatum | 2014-05-27 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Brad Dwyer |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |