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.”。

擴展截圖

screenshot

下載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 Canvas Resizer for Facebook Games
ID pnogmobgbndnagddenfomobffodkfkjc
官方網址 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"
    }
}