Canvas Resizer for Facebook Games
Resize the Canvas of your favorite Facebook games to how it used to be.
What is Canvas Resizer for Facebook Games?
Canvas Resizer for Facebook Games is a Chrome extension developed by Brad Dwyer, and its main feature is "Resize the Canvas of your favorite Facebook games to how it used to be.".
Extension Screenshots
Download Canvas Resizer for Facebook Games Extension CRX File
Download Canvas Resizer for Facebook Games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Canvas Resizer for Facebook Games |
ID | pnogmobgbndnagddenfomobffodkfkjc |
Official URL | https://chromewebstore.google.com/detail/canvas-resizer-for-facebo/pnogmobgbndnagddenfomobffodkfkjc |
Description | Resize the Canvas of your favorite Facebook games to how it used to be. |
File Size | 5.56 KB |
Installation Count | 45 |
Current Version | 1.0 |
Last Updated | 2014-05-27 |
Publish Date | 2014-05-27 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Brad Dwyer |
Payment Type | free |
Supported Languages | 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" } } |