Canvas Resizer for Facebook Games
Resize the Canvas of your favorite Facebook games to how it used to be.
什么是Canvas Resizer for Facebook Games?
Canvas Resizer for Facebook Games是由Brad Dwyer开发的Chrome扩展程序,该扩展的主要功能是“Resize the Canvas of your favorite Facebook games to how it used to be.”。
扩展截图
下载Canvas Resizer for Facebook Games扩展crx文件
下载Canvas Resizer for Facebook Games扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Canvas Resizer for Facebook Games |
ID | pnogmobgbndnagddenfomobffodkfkjc |
官方URL | https://chromewebstore.google.com/detail/canvas-resizer-for-facebo/pnogmobgbndnagddenfomobffodkfkjc |
简介 | Resize the Canvas of your favorite Facebook games to how it used to be. |
文件大小 | 5.56 KB |
安装次数 | 45 |
当前版本 | 1.0 |
更新时间 | 2014-05-27 |
上架时间 | 2014-05-27 |
评分 | 3.00/5 共2次评分 |
开发者 | Brad Dwyer |
付费类型 | free |
支持的语言 | 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" } } |