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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Game Saver Game Saver
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
电子邮箱 [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\/*"
    ]
}