Canvas Resizer for Facebook Games
Resize the Canvas of your favorite Facebook games to how it used to be.
Cos'è Canvas Resizer for Facebook Games?
Canvas Resizer for Facebook Games è un'estensione di Chrome sviluppata da Brad Dwyer, e la sua funzione principale è "Resize the Canvas of your favorite Facebook games to how it used to be.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Canvas Resizer for Facebook Games
Scarica i file di estensione Canvas Resizer for Facebook Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Canvas Resizer for Facebook Games |
ID | pnogmobgbndnagddenfomobffodkfkjc |
URL Ufficiale | https://chromewebstore.google.com/detail/canvas-resizer-for-facebo/pnogmobgbndnagddenfomobffodkfkjc |
Descrizione | Resize the Canvas of your favorite Facebook games to how it used to be. |
Dimensione del File | 5.56 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-05-27 |
Data di Pubblicazione | 2014-05-27 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Brad Dwyer |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |