Flash Player for Chrome

Fastest way to run favorite flash content (SWF) across the web!

ما هو Flash Player for Chrome؟

Flash Player for Chrome هو إضافة Chrome تم تطويرها بواسطة Flash App، والميزة الرئيسية لها هي "Fastest way to run favorite flash content (SWF) across the web!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Flash Player for Chrome

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

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

                        Flash Player for Chrome - is an essential component for watching or videos and run multimedia games on the Web.

This is totally free extension for you. Flash Player is an excellent player tool. It supports all formats and HD flashes files. 

Want to play a flash game that you found on favorite gaming website but can't run it due to the "Adobe Flash Player is no longer supported" error? Then this Chrome tool will be useful for you.

Our extension detects any flash-content on a web page and then replaces standard flash file playback errors with the "Play" button, which you can click to open the game.

How the extension works:

1. Go to a site with flash games.
2. Enable the Flash player itself in the pop-up extension window (red button "Enable Flash Player Emulator")
3. Important:  Reload the site page.
4. Click on the Play button.
5. Start playing.

Nothing complicated!

For convenience, the most popular flash games that you might like have been added to the new version of the extension.

Try out flash games now on browser Chrome! Restore your memories with these beautiful games and challenge your friends.

Note!
Flash Player is a helper tool for Google Chrome users. Flash Player is not officially affiliated with products Adobe Flash Player or any others Adobe products. Flash logo® (“the Flash logo”) are registered trademarks of Adobe Inc.

We really hope that our Flash Player will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

معلومات أساسية عن التمديد

الاسم Flash Player for Chrome Flash Player for Chrome
ID nddmmcpmdbkooddfjcohmlcfclhllgeh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/flash-player-for-chrome/nddmmcpmdbkooddfjcohmlcfclhllgeh
الوصف Fastest way to run favorite flash content (SWF) across the web!
حجم الملف 6.7 MB
عدد التثبيتات 489,229
النسخة الحالية 1.2.4
آخر تحديث 2023-03-27
تاريخ النشر 2020-06-04
تقييم 3.39/5 مجموع تقييمات 288
المطور Flash App
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/flash-player-app/privacy-policy
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.4",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "64": "img\/icon.png",
        "128": "img\/icon.png",
        "256": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon.png",
            "32": "img\/icon.png",
            "48": "img\/icon.png",
            "64": "img\/icon.png",
            "128": "img\/icon.png",
            "256": "img\/icon.png"
        },
        "default_title": "Click to search for embedded SWF contents",
        "default_popup": "components\/popup.html"
    },
    "sandbox": {
        "pages": [
            "components\/player.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/page.js"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/fflashgames.com\/"
            ],
            "css": [
                "css\/render_modal.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/ui.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "notifications",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "js\/libs\/ruffle.js",
        "js\/libs\/*.wasm"
    ]
}