Game Saver
Helps save game content from websites to preserve them for future generations
What is Game Saver?
Game Saver is a Chrome extension developed by krum110487, and its main feature is "Helps save game content from websites to preserve them for future generations".
Extension Screenshots
Download Game Saver Extension CRX File
Download Game Saver 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
Game Saver is used to quickly and easily dump flash games and their required files by simply playing the game. This is urgent to have asap as flash is going away. Future releases will also work on HTML5 content, but as of now I want the focus to be flash.
Extension Basic Information
Name | |
ID | lihjdneobgflplacgfokejchlhdojjnh |
Official URL | https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh |
Description | Helps save game content from websites to preserve them for future generations |
File Size | 379 KB |
Installation Count | 1,081 |
Current Version | 1.0.0 |
Last Updated | 2020-12-13 |
Publish Date | 2020-12-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | krum110487 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/krum110487/GameSaver |
Help Page URL | https://github.com/krum110487/GameSaver/issues |
Privacy Policy Page URL | https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Game Saver", "version": "1.0.0", "description": "Helps save game content from websites to preserve them for future generations", "manifest_version": 2, "minimum_chrome_version": "10.0", "devtools_page": "\/devtools\/bootstrap.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "webRequest", "webNavigation", "activeTab", "tabs", "storage", "unlimitedStorage", "clipboardWrite" ], "browser_action": { "default_title": "Game Saver", "default_popup": "pages\/popup.html", "default_icon": { "128": "images\/icon_grey.png" } }, "background": { "scripts": [ "background\/hash.js", "background\/queue.js", "background\/listener.js", "background\/extTabState.js", "background\/extEventMgr.js", "background\/gameSaver.js", "background\/gameSaverImpl.js" ], "persistent": true }, "web_accessible_resources": [ "js\/pages\/*", "js\/library\/*" ] } |