bumble4me
Allows you to automatically like all bumble people.
Apa itu bumble4me?
bumble4me adalah ekstensi Chrome yang dikembangkan oleh Mal1t1a, dan fitur utamanya adalah "Allows you to automatically like all bumble people.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi bumble4me
Unduh file ekstensi bumble4me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | bumble4me |
ID | iclhpbjkidiaoklhdeiohlhiapoikbcf |
URL Resmi | https://chromewebstore.google.com/detail/bumble4me/iclhpbjkidiaoklhdeiohlhiapoikbcf |
Deskripsi | Allows you to automatically like all bumble people. |
Ukuran File | 10.36 KB |
Jumlah Instalasi | 412 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-07-02 |
Tanggal Publikasi | 2020-07-02 |
Penilaian | 2.50/5 Total 6 Penilaian |
Pengembang | Mal1t1a |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |