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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |