VSADS FlashMax

Detects flash content so you can make classic games full screen!

Wat is VSADS FlashMax?

VSADS FlashMax is een Chrome-extensie ontwikkeld door forever.scg, en de belangrijkste functie is "Detects flash content so you can make classic games full screen!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VSADS FlashMax

Download VSADS FlashMax-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        For: Classic Flash videos or Adobe Shockwave Flash games and applications. 

FlashMax lets you maximize flash elements in webpages. 
You can watch classic flash videos in fullscreen if the video never supported fullscreen. 
Adobe Flash games from older sites can play like new again!

1. FlashMax detects flash items on a web page.
2. We ask you if you want it full-screen.
3. It stays full-screen until you refresh the page.                    

Basisinformatie over de Extensie

Naam VSADS FlashMax VSADS FlashMax
ID bjkidkjjkeibnplcokdokkaoclepgnfl
Officiële URL https://chromewebstore.google.com/detail/vsads-flashmax/bjkidkjjkeibnplcokdokkaoclepgnfl
Beschrijving Detects flash content so you can make classic games full screen!
Bestandsgrootte 51.4 KB
Aantal Installaties 551
Huidige Versie 1.3
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar forever.scg
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VSADS FlashMax",
    "version": "1.3",
    "description": "Detects flash content so you can make classic games full screen!",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/",
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}