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ファイルをダウンロード
HTML5 Pink – Cool Girl Games拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Play the best games for girls and be the first to discover new 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 | 
| Eメール | [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"
        }
    ]
}  |  |