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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brad Dwyer และคุณลักษณะหลักของมันคือ "Resize the Canvas of your favorite Facebook games to how it used to be."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Resizer for Facebook Games

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}