bumble4me
Allows you to automatically like all bumble people.
ما هو bumble4me؟
bumble4me هو إضافة Chrome تم تطويرها بواسطة Mal1t1a، والميزة الرئيسية لها هي "Allows you to automatically like all bumble people.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة bumble4me
قم بتنزيل ملفات الامتداد bumble4me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } |