VSADS FlashMax
Detects flash content so you can make classic games full screen!
What is VSADS FlashMax?
VSADS FlashMax is a Chrome extension developed by forever.scg, and its main feature is "Detects flash content so you can make classic games full screen!".
Extension Screenshots
Download VSADS FlashMax Extension CRX File
Download VSADS FlashMax extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VSADS FlashMax |
ID | bjkidkjjkeibnplcokdokkaoclepgnfl |
Official URL | https://chromewebstore.google.com/detail/vsads-flashmax/bjkidkjjkeibnplcokdokkaoclepgnfl |
Description | Detects flash content so you can make classic games full screen! |
File Size | 51.4 KB |
Installation Count | 551 |
Current Version | 1.3 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | forever.scg |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |