Dreamland Story - Play Game Shortcut
Launches Dreamland Story straight from your browser toolbar. Play whenever you want!
Dreamland Story - Play Game Shortcut란 무엇입니까?
Dreamland Story - Play Game Shortcut은(는) dev@remi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launches Dreamland Story straight from your browser toolbar. Play whenever you want!"입니다.
확장 프로그램 스크린샷
Dreamland Story - Play Game Shortcut 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to launch Dreamland Story game (web version) straight from your browser toolbar. You can achieve the best result when you pin an icon of the extension to your browser toolbar.
확장 프로그램 기본 정보
이름 | Dreamland Story - Play Game Shortcut |
ID | femolaikomdnigbodefkjhpjgkdopbci |
공식 URL | https://chromewebstore.google.com/detail/dreamland-story-play-game/femolaikomdnigbodefkjhpjgkdopbci |
설명 | Launches Dreamland Story straight from your browser toolbar. Play whenever you want! |
파일 크기 | 57.23 KB |
설치 횟수 | 3,261 |
현재 버전 | 0.4.1 |
최근 업데이트 | 2021-07-01 |
출시 날짜 | 2018-09-27 |
평점 | 4.10/5 총 10 개의 평점 |
개발자 | dev@remi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "scripts": [ "js\/actions.js" ], "persistent": false }, "icons": { "16": "icons\/DS_Beacon_Icon_16x16.png", "48": "icons\/DS_Beacon_Icon_48x48.png", "128": "icons\/DS_Beacon_Icon_128x128.png" }, "browser_action": { "default_icon": "icons\/DS_Beacon_Icon_48x48.png" }, "manifest_version": 2, "version": "0.4.1" } |