Steroids for Badoo v.1.5

Adds missing features on badoo.com websites.

Steroids for Badoo v.1.5คืออะไร?

Steroids for Badoo v.1.5 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stan และคุณลักษณะหลักของมันคือ "Adds missing features on badoo.com websites."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steroids for Badoo v.1.5

ดาวน์โหลดไฟล์ส่วนขยาย Steroids for Badoo v.1.5 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds features:
- history of all visited profiles
- shows all profile info right on the encounters page (no need to navigate to profile page
- link to the profile page from encounters (a real hyperlink that opens a web page with URL that can be saved or sent).
- custom Favorite button that is always available (on badoo sometimes Favorite button gets hidden)
- adds a button to download photo (I use it for search in social networks by face photo)

NOTE: this extension stores all history data locally in your chrome browser (no cloud storage). If you remove the extension then all history will be lost and there will be no way to recover it (unless you have exported history).

PS: Please don't hesitate to leave feedback. Especially if something doesn't work. I don't promise that I will fix it but it's just interesting for me to know if it works or not. I tested this plugin only using my account. I don't even know if it works on female accounts.

What is new in version 1.1:
- added "Photo" button for downloading current photo
- added dislikes filter on history page
- added export/import buttons on history page

What is new in version 1.2:
- bug fix: automatic injection stopped to work

What is new in version 1.3:
- bug fix: extension didn't work when url is 3rd level domain (like us1.badoo.com - "us1" was the issue)
- removed not used permissions
- fixed missing icon on chrome://extensions page

What is new in version 1.4:
- bug fix: when you first open the encounters page it doesn't show profile info automatically and you have to click on 'Reinject' button. it's a regression bug introduced in version 1.3 and I fixed it in 1.4

What is new in version 1.5:
- fixed that the plugin stopped to work after updates on badoo web site                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steroids for Badoo v.1.5 Steroids for Badoo v.1.5
ID aallcmelejdfkmcdijkklloblonbeiap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steroids-for-badoo-v15/aallcmelejdfkmcdijkklloblonbeiap
คำอธิบาย Adds missing features on badoo.com websites.
ขนาดไฟล์ 47.68 KB
จำนวนการติดตั้ง 840
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2019-08-28
วันที่เผยแพร่ 2019-08-27
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Stan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steroids for Badoo v.1.5",
    "version": "1.5",
    "description": "Adds missing features on badoo.com websites.",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/badoo.com\/*",
                "https:\/\/*.badoo.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "page_action": {
        "default_icon": "icon.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.badoo.com\/*"
        ]
    },
    "web_accessible_resources": [
        "steroids.js",
        "steroids.css",
        "history.html",
        "history.js"
    ],
    "manifest_version": 2
}