Bumble Color Change
Customize Your Bumble Message Colors
What is Bumble Color Change?
Bumble Color Change is a Chrome extension developed by BumbleColorChange, and its main feature is "Customize Your Bumble Message Colors".
Extension Screenshots
Download Bumble Color Change Extension CRX File
Download Bumble Color Change extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Bumble Color Change |
ID | blhdbcdmicdfgjchkleidopecnjafhld |
Official URL | https://chromewebstore.google.com/detail/bumble-color-change/blhdbcdmicdfgjchkleidopecnjafhld |
Description | Customize Your Bumble Message Colors |
File Size | 1.11 MB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2020-12-19 |
Publish Date | 2020-12-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | BumbleColorChange |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |