Game Saver

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

Apa itu Game Saver?

Game Saver adalah ekstensi Chrome yang dikembangkan oleh krum110487, dan fitur utamanya adalah "Helps save game content from websites to preserve them for future generations".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Game Saver

Unduh file ekstensi Game Saver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Game Saver Game Saver
ID lihjdneobgflplacgfokejchlhdojjnh
URL Resmi https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh
Deskripsi Helps save game content from websites to preserve them for future generations
Ukuran File 379 KB
Jumlah Instalasi 1,081
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-12-13
Tanggal Publikasi 2020-12-13
Penilaian 1.00/5 Total 1 Penilaian
Pengembang krum110487
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/krum110487/GameSaver
URL Halaman Bantuan https://github.com/krum110487/GameSaver/issues
URL Halaman Kebijakan Privasi https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md
Bahasa yang Didukung 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\/*"
    ]
}