Game Saver
Helps save game content from websites to preserve them for future generations
Game Saverとは何ですか?
Game Saverはkrum110487によって開発されたChromeの拡張機能で、その主な機能は「Helps save game content from websites to preserve them for future generations」です。
拡張機能のスクリーンショット
Game Saver拡張機能のCRXファイルをダウンロード
Game Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | lihjdneobgflplacgfokejchlhdojjnh |
公式URL | https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh |
説明 | Helps save game content from websites to preserve them for future generations |
ファイルサイズ | 379 KB |
インストール数 | 1,081 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-12-13 |
公開日 | 2020-12-13 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | krum110487 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/krum110487/GameSaver |
ヘルプページのURL | https://github.com/krum110487/GameSaver/issues |
プライバシーポリシーページのURL | https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md |
対応言語 | 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\/*" ] } |