Bumble Color Change

Customize Your Bumble Message Colors

Bumble Color Changeとは何ですか?

Bumble Color ChangeはBumbleColorChangeによって開発されたChromeの拡張機能で、その主な機能は「Customize Your Bumble Message Colors」です。

拡張機能のスクリーンショット

screenshot
screenshot

Bumble Color Change拡張機能のCRXファイルをダウンロード

Bumble Color Change拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Like using Bumble but find it hard to read white text on neon yellow? Bumble Color Change allows you to customize the background color of incoming messages for better accessibility / user experience. 

* Bumble Color Changer is not created by, affiliated with, or supported by Bumble Trading Inc                    

拡張機能の基本情報

名前 Bumble Color Change Bumble Color Change
ID blhdbcdmicdfgjchkleidopecnjafhld
公式URL https://chromewebstore.google.com/detail/bumble-color-change/blhdbcdmicdfgjchkleidopecnjafhld
説明 Customize Your Bumble Message Colors
ファイルサイズ 1.11 MB
インストール数 16
現在のバージョン 1.0
最終更新日 2020-12-19
公開日 2020-12-18
評価 5.00/5 合計 1 レビュー
開発者 BumbleColorChange
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bumble Color Change",
    "version": "1.0",
    "description": "Customize Your Bumble Message Colors",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/bumble.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/bumblelogo16.png",
            "32": "images\/bumblelogo32.png",
            "48": "images\/bumblelogo48.png",
            "128": "images\/bumblelogo128.png"
        },
        "icons": {
            "16": "images\/bumblelogo16.png",
            "32": "images\/bumblelogo32.png",
            "48": "images\/bumblelogo48.png",
            "128": "images\/bumblelogo128.png"
        }
    },
    "manifest_version": 2
}