VSADS FlashMax

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

VSADS FlashMaxとは何ですか?

VSADS FlashMaxはforever.scgによって開発されたChromeの拡張機能で、その主な機能は「Detects flash content so you can make classic games full screen!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

VSADS FlashMax拡張機能のCRXファイルをダウンロード

VSADS FlashMax拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 VSADS FlashMax VSADS FlashMax
ID bjkidkjjkeibnplcokdokkaoclepgnfl
公式URL https://chromewebstore.google.com/detail/vsads-flashmax/bjkidkjjkeibnplcokdokkaoclepgnfl
説明 Detects flash content so you can make classic games full screen!
ファイルサイズ 51.4 KB
インストール数 551
現在のバージョン 1.3
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 1 レビュー
開発者 forever.scg
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}