Game Saver

Helps save game content from websites to preserve them for future generations

Game Saver là gì?

Game Saver là một tiện ích mở rộng Chrome được phát triển bởi krum110487, và tính năng chính của nó là "Helps save game content from websites to preserve them for future generations".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Game Saver

Tải xuống các tệp mở rộng Game Saver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Game Saver Game Saver
ID lihjdneobgflplacgfokejchlhdojjnh
URL Chính Thức https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh
Mô tả Helps save game content from websites to preserve them for future generations
Kích Thước Tệp 379 KB
Số Lần Cài Đặt 1,081
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-12-13
Ngày Phát Hành 2020-12-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển krum110487
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/krum110487/GameSaver
URL Trang Trợ Giúp https://github.com/krum110487/GameSaver/issues
URL Trang Chính Sách Bảo Mật https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}