Flash player (Playlist)

Flash player saves swf files and run them later in fullscreen flash player.

Flash player (Playlist)คืออะไร?

Flash player (Playlist) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wizz Extensions และคุณลักษณะหลักของมันคือ "Flash player saves swf files and run them later in fullscreen flash player."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash player (Playlist)

ดาวน์โหลดไฟล์ส่วนขยาย Flash player (Playlist) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Flash player (Playlist)

For add new flash go to webpage with any flash and click to main icon of Flash player +. In popup of Flash Player + click to "Flashes on actual page" and click to icon "plus" (you can change flash name too).

If you not see any flash in menu "Flashes on actual page" you must wait to completely load the webpage with flash and then try add again.

Your saved flashes can be run in "PLAYLIST" in popup. Click to name of flash or to icon "play" (flash will be open in fullscreen flash player). Next you can remove any flash.

https://archive.org/details/a-collection-of-flash-games-swf
Above is an example website that has the original flash games on it for you to test.

So easy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flash player (Playlist) Flash player (Playlist)
ID aiccdefnpjkolgnpdamdimejlfmopcca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flash-player-playlist/aiccdefnpjkolgnpdamdimejlfmopcca
คำอธิบาย Flash player saves swf files and run them later in fullscreen flash player.
ขนาดไฟล์ 7.29 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-02-16
วันที่เผยแพร่ 2019-04-09
คะแนน 3.62/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Wizz Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "name": "Flash player (Playlist)",
    "description": "Flash player saves swf files and run them later in fullscreen flash player.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "img\/ico48.png",
        "128": "img\/ico128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}