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
公式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"
    }
}