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
电子邮箱 [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
}