bumble4me

Allows you to automatically like all bumble people.

What is bumble4me?

bumble4me is a Chrome extension developed by Mal1t1a, and its main feature is "Allows you to automatically like all bumble people.".

Extension Screenshots

screenshot

Download bumble4me Extension CRX File

Download bumble4me 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

                        Take your bumble dating experience to a whole new level! Easily get new matches by clicking one simple button!

No longer will you have to continuously click like or press the Right Arrow key, now you can have this all done for you!                    

Extension Basic Information

Name bumble4me bumble4me
ID iclhpbjkidiaoklhdeiohlhiapoikbcf
Official URL https://chromewebstore.google.com/detail/bumble4me/iclhpbjkidiaoklhdeiohlhiapoikbcf
Description Allows you to automatically like all bumble people.
File Size 10.36 KB
Installation Count 412
Current Version 1.0.0
Last Updated 2020-07-02
Publish Date 2020-07-02
Rating 2.50/5 Total 6 Ratings
Developer Mal1t1a
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mal1t1a",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/bumble.com\/app"
            ],
            "js": [
                "bumbleme.js"
            ]
        }
    ],
    "description": "Allows you to automatically like all bumble people.",
    "icons": {
        "32": "b4b_icon_32x32.png",
        "128": "b4b_icon_128x128.png"
    },
    "manifest_version": 2,
    "name": "bumble4me",
    "permissions": [
        "https:\/\/bumble.com\/app"
    ],
    "short_name": "b4m",
    "version": "1.0.0",
    "web_accessible_resources": [
        "bumbleme.js",
        "manifest.json"
    ]
}