Flash Player for Web

Flash Player saves your favorite flashes and run them later.

Flash Player for Web란 무엇입니까?

Flash Player for Web은(는) Flash Player에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flash Player saves your favorite flashes and run them later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Flash Player for Web 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Play Flash files anywhere across the WEB! Web Flash Player is a well design Chrome Extension, which allows you to add any flash (swf) file into the app's playlist and access them by simply clicking Flash Player icon.

Simply navigate to the webpage, which hosts file, you want to play, open the  Extension, choose from detected files and click the Add button. Voila! The file is saved and hosted in your playlist now, you can play it whenever you want!                    

확장 프로그램 기본 정보

이름 Flash Player for Web Flash Player for Web
ID nggcofmehaobnolkeaemkchbceihlkoj
공식 URL https://chrome.google.com/webstore/detail/flash-player-for-chrome/nggcofmehaobnolkeaemkchbceihlkoj
설명 Flash Player saves your favorite flashes and run them later.
파일 크기 460 KB
설치 횟수 100,000
현재 버전 1.3.1
최근 업데이트 2022-08-23
출시 날짜 2020-11-08
평점 2.17/5 총 35 개의 평점
개발자 Flash Player
이메일 [email protected]
결제 유형 free
지원되는 언어 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.3.1",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "assets\/static\/128.png",
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js",
                "js\/finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf"
    ]
}