Game Saver

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

Qu'est-ce que Game Saver ?

Game Saver est une extension Chrome développée par krum110487, et sa fonction principale est "Helps save game content from websites to preserve them for future generations".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Game Saver

Téléchargez les fichiers d'extension Game Saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Game Saver Game Saver
ID lihjdneobgflplacgfokejchlhdojjnh
URL Officiel https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh
Description Helps save game content from websites to preserve them for future generations
Taille du Fichier 379 KB
Nombre d'Installations 1,081
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-12-13
Date de Publication 2020-12-13
Évaluation 1.00/5 Total 1 Évaluations
Développeur krum110487
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/krum110487/GameSaver
URL de la Page d'Aide https://github.com/krum110487/GameSaver/issues
URL de la Page de Politique de Confidentialité https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md
Langues Prises en Charge 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\/*"
    ]
}