Game Saver
Helps save game content from websites to preserve them for future generations
Co to jest Game Saver?
Game Saver to rozszerzenie Chrome opracowane przez krum110487, a jego główną funkcją jest „Helps save game content from websites to preserve them for future generations”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Game Saver
Pobierz pliki rozszerzeń Game Saver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lihjdneobgflplacgfokejchlhdojjnh |
Oficjalny URL | https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh |
Opis | Helps save game content from websites to preserve them for future generations |
Rozmiar pliku | 379 KB |
Liczba instalacji | 1,081 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-12-13 |
Data Publikacji | 2020-12-13 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | krum110487 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/krum110487/GameSaver |
Adres URL Strony Pomocy | https://github.com/krum110487/GameSaver/issues |
Adres URL Strony Polityki Prywatności | https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md |
Obsługiwane Języki | 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\/*" ] } |