bumble4me

Allows you to automatically like all bumble people.

Что такое bumble4me?

bumble4me - это расширение Chrome, разработанное Mal1t1a, и его основная функция - "Allows you to automatically like all bumble people.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения bumble4me

Скачайте файлы расширений bumble4me в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}