Game Saver
Helps save game content from websites to preserve them for future generations
Game Saver란 무엇입니까?
Game Saver은(는) krum110487에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps save game content from websites to preserve them for future generations"입니다.
확장 프로그램 스크린샷
Game Saver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | lihjdneobgflplacgfokejchlhdojjnh |
공식 URL | https://chromewebstore.google.com/detail/game-saver/lihjdneobgflplacgfokejchlhdojjnh |
설명 | Helps save game content from websites to preserve them for future generations |
파일 크기 | 379 KB |
설치 횟수 | 1,081 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-12-13 |
출시 날짜 | 2020-12-13 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | krum110487 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/krum110487/GameSaver |
도움말 페이지 URL | https://github.com/krum110487/GameSaver/issues |
개인정보 보호 정책 페이지 URL | https://github.com/krum110487/GameSaver/blob/main/PRIVACYPOLICY.md |
지원되는 언어 | 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\/*" ] } |