bumble4me

Allows you to automatically like all bumble people.

什么是bumble4me?

bumble4me是由Mal1t1a开发的Chrome扩展程序,该扩展的主要功能是“Allows you to automatically like all bumble people.”。

扩展截图

screenshot

下载bumble4me扩展crx文件

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