Flash player (Playlist)

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

Flash player (Playlist)란 무엇입니까?

Flash player (Playlist)은(는) Wizz Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flash player saves swf files and run them later in fullscreen flash player."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Flash player (Playlist) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}