Canvas Resizer for Facebook Games

Resize the Canvas of your favorite Facebook games to how it used to be.

Vad är Canvas Resizer for Facebook Games?

Canvas Resizer for Facebook Games är en Chrome-tillägg utvecklad av Brad Dwyer, och dess huvudfunktion är "Resize the Canvas of your favorite Facebook games to how it used to be.".

Tilläggsskärmbilder

screenshot

Ladda ner Canvas Resizer for Facebook Games-förlängningens CRX-fil

Ladda ner Canvas Resizer for Facebook Games-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Canvas Resizer for Facebook Games Canvas Resizer for Facebook Games
ID pnogmobgbndnagddenfomobffodkfkjc
Officiell webbadress https://chromewebstore.google.com/detail/canvas-resizer-for-facebo/pnogmobgbndnagddenfomobffodkfkjc
Beskrivning Resize the Canvas of your favorite Facebook games to how it used to be.
Filstorlek 5.56 KB
Antal Installationer 45
Aktuell Version 1.0
Senast Uppdaterad 2014-05-27
Publiceringsdatum 2014-05-27
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Brad Dwyer
Betalningssätt free
Stödda Språk 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"
    }
}