bumble4me

Allows you to automatically like all bumble people.

bumble4me क्या है?

bumble4me Mal1t1a द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to automatically like all bumble people."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में bumble4me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम bumble4me bumble4me
ID iclhpbjkidiaoklhdeiohlhiapoikbcf
आधिकारिक URL https://chromewebstore.google.com/detail/bumble4me/iclhpbjkidiaoklhdeiohlhiapoikbcf
विवरण Allows you to automatically like all bumble people.
फ़ाइल का आकार 10.36 KB
स्थापना संख्या 412
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-07-02
प्रकाशन तिथि 2020-07-02
रेटिंग 2.50/5 कुल 6 रेटिंग्स
डेवलपर Mal1t1a
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}