Shadertoy frame exporter
High quality timed frame export from Shadertoy
What is Shadertoy frame exporter?
Shadertoy frame exporter is a Chrome extension developed by tdhooper, and its main feature is "High quality timed frame export from Shadertoy".
Extension Screenshots
Download Shadertoy frame exporter Extension CRX File
Download Shadertoy frame exporter 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
Unofficial plugin, please do not send bug reports to Shadertoy.
Extension Basic Information
Name | Shadertoy frame exporter |
ID | bkompdalfpocndfcbcdajnfkjklbecjn |
Official URL | https://chromewebstore.google.com/detail/shadertoy-frame-exporter/bkompdalfpocndfcbcdajnfkjklbecjn |
Description | High quality timed frame export from Shadertoy |
File Size | 23.25 KB |
Installation Count | 450 |
Current Version | 0.2.5 |
Last Updated | 2020-10-07 |
Publish Date | 2019-10-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | tdhooper |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tdhooper/shadertoy-frame-exporter |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shadertoy frame exporter", "version": "0.2.5", "description": "High quality timed frame export from Shadertoy", "icons": { "128": "icon.png" }, "author": "tdhooper", "homepage_url": "https:\/\/github.com\/tdhooper\/shadertoy-frame-exporter", "content_scripts": [ { "matches": [ "https:\/\/www.shadertoy.com\/view\/*" ], "js": [ "inject.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ "main.js", "lib\/FileSaver-2.0.0.min.js" ] } |