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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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