HTML5 Pink – Cool Girl Games
Enjoy amazing games for girls on HTML5.pink
HTML5 Pink – Cool Girl Games란 무엇입니까?
HTML5 Pink – Cool Girl Games은(는) H5에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy amazing games for girls on HTML5.pink"입니다.
확장 프로그램 스크린샷
HTML5 Pink – Cool Girl Games 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play the best games for girls and be the first to discover new games!
확장 프로그램 기본 정보
이름 | HTML5 Pink – Cool Girl Games |
ID | kofmljbbcjgkepgjlklibkegabmhchin |
공식 URL | https://chromewebstore.google.com/detail/html5-pink-%E2%80%93-cool-girl-ga/kofmljbbcjgkepgjlklibkegabmhchin |
설명 | Enjoy amazing games for girls on HTML5.pink |
파일 크기 | 10.48 KB |
설치 횟수 | 64 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-01-08 |
출시 날짜 | 2023-01-08 |
개발자 | H5 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://html5.pink |
개인정보 보호 정책 페이지 URL | https://h5games.online/privacy |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 3, "name": "HTML5 Pink \u2013 Cool Girl Games", "description": "Enjoy amazing games for girls on HTML5.pink", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "background": { "service_worker": "background.js" }, "action": { "default_title": "Cool Girl Games", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "hideInstallBtn.js" ], "matches": [ "*:\/\/html5.pink\/*" ], "run_at": "document_end" } ] } |