bumble4me

bumble4me

Allows you to automatically like all bumble people.

Merlin
Additional files are visible only to premium users

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