bumble4me
Allows you to automatically like all bumble people.
Co to jest bumble4me?
bumble4me to rozszerzenie Chrome opracowane przez Mal1t1a, a jego główną funkcją jest „Allows you to automatically like all bumble people.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia bumble4me
Pobierz pliki rozszerzeń bumble4me w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | bumble4me |
ID | iclhpbjkidiaoklhdeiohlhiapoikbcf |
Oficjalny URL | https://chromewebstore.google.com/detail/bumble4me/iclhpbjkidiaoklhdeiohlhiapoikbcf |
Opis | Allows you to automatically like all bumble people. |
Rozmiar pliku | 10.36 KB |
Liczba instalacji | 412 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-07-02 |
Data Publikacji | 2020-07-02 |
Ocena | 2.50/5 Łącznie 6 Oceny |
Deweloper | Mal1t1a |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |