Flash Player +
Flash Player + play & save favourite flashes to view them later.
Flash Player +란 무엇입니까?
Flash Player +은(는) Flash Player +에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flash Player + play & save favourite flashes to view them later."입니다.
확장 프로그램 스크린샷
Flash Player + 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Open the webpage where the flash content is and simply press the play button on the flash content and this will run the flash on the webpage also it can be saved to a flash playlist for it to be played later without downloading. Add new flash file: - Navigate to the webpage with some flash files - Click to icon of extension Flash Player + - Select on top menu "Add flash from actual page" - Click to blue icon "add" - If you want can change flash name Play saves flashes: - Click to icon of Flash Player + - Select on top menu "My Flash Playlist" - Click to blue icon "play" or name of flash (flash opens in Fullscreen mode) - If you want you can remove flash (red icon) Thank you and we hope you enjoy this extension.
확장 프로그램 기본 정보
이름 | |
ID | fnipglnbhfacfmefbgiiodalehbcgcbm |
공식 URL | https://chromewebstore.google.com/detail/flash-player-+/fnipglnbhfacfmefbgiiodalehbcgcbm |
설명 | Flash Player + play & save favourite flashes to view them later. |
파일 크기 | 107 KB |
설치 횟수 | 320,032 |
현재 버전 | 2.4 |
최근 업데이트 | 2022-03-07 |
출시 날짜 | 2020-06-20 |
평점 | 3.05/5 총 174 개의 평점 |
개발자 | Flash Player + |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4", "name": "Flash Player +", "description": "Flash Player + play & save favourite flashes to view them later.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 3, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/getxmlcprt.com" ] } |