VSADS FlashMax
Detects flash content so you can make classic games full screen!
VSADS FlashMax란 무엇입니까?
VSADS FlashMax은(는) forever.scg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects flash content so you can make classic games full screen!"입니다.
확장 프로그램 스크린샷
VSADS FlashMax 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For: Classic Flash videos or Adobe Shockwave Flash games and applications. FlashMax lets you maximize flash elements in webpages. You can watch classic flash videos in fullscreen if the video never supported fullscreen. Adobe Flash games from older sites can play like new again! 1. FlashMax detects flash items on a web page. 2. We ask you if you want it full-screen. 3. It stays full-screen until you refresh the page.
확장 프로그램 기본 정보
이름 | VSADS FlashMax |
ID | bjkidkjjkeibnplcokdokkaoclepgnfl |
공식 URL | https://chromewebstore.google.com/detail/vsads-flashmax/bjkidkjjkeibnplcokdokkaoclepgnfl |
설명 | Detects flash content so you can make classic games full screen! |
파일 크기 | 51.4 KB |
설치 횟수 | 551 |
현재 버전 | 1.3 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | forever.scg |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VSADS FlashMax", "version": "1.3", "description": "Detects flash content so you can make classic games full screen!", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "128": "images\/128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/", "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |