bumble4me

Allows you to automatically like all bumble people.

Was ist bumble4me?

bumble4me ist eine Chrome-Erweiterung, die von Mal1t1a entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to automatically like all bumble people.".

Erweiterungsscreenshots

screenshot

bumble4me-Erweiterungs-CRX-Datei herunterladen

Laden Sie bumble4me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name bumble4me bumble4me
ID iclhpbjkidiaoklhdeiohlhiapoikbcf
Offizielle URL https://chromewebstore.google.com/detail/bumble4me/iclhpbjkidiaoklhdeiohlhiapoikbcf
Beschreibung Allows you to automatically like all bumble people.
Dateigröße 10.36 KB
Installationsanzahl 412
Aktuelle Version 1.0.0
Letztes Update 2020-07-02
Veröffentlichungsdatum 2020-07-02
Bewertung 2.50/5 Insgesamt 6 Bewertungen
Entwickler Mal1t1a
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}