VSADS FlashMax

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

ما هو VSADS FlashMax؟

VSADS FlashMax هو إضافة Chrome تم تطويرها بواسطة forever.scg، والميزة الرئيسية لها هي "Detects flash content so you can make classic games full screen!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة VSADS FlashMax

قم بتنزيل ملفات الامتداد VSADS FlashMax بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
البريد الإلكتروني [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"
        }
    ]
}