bumble4me

Allows you to automatically like all bumble people.

bumble4meคืออะไร?

bumble4me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mal1t1a และคุณลักษณะหลักของมันคือ "Allows you to automatically like all bumble people."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย bumble4me

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}