Game Saver
Helps save game content from websites to preserve them for future generations
O que é Game Saver?
Game Saver é uma extensão do Chrome desenvolvida por krum110487, e sua principal característica é "Helps save game content from websites to preserve them for future generations".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Game Saver
Baixe arquivos de extensão Game Saver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lihjdneobgflplacgfokejchlhdojjnh |
URL Oficial | https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh |
Descrição | Helps save game content from websites to preserve them for future generations |
Tamanho do Arquivo | 379 KB |
Contagem de Instalações | 1,081 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-12-13 |
Data de Publicação | 2020-12-13 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | krum110487 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/krum110487/GameSaver |
URL da Página de Ajuda | https://github.com/krum110487/GameSaver/issues |
URL da Página de Política de Privacidade | https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md |
Idiomas Suportados | 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\/*" ] } |