LinkeDating - The Dating Extension

The extension will add a little 'heart' icon to every profile picture of its active users in LinkedIn™ feed. A 'heart' in the…

LinkeDating - The Dating Extensionคืออะไร?

LinkeDating - The Dating Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M&T และคุณลักษณะหลักของมันคือ "The extension will add a little 'heart' icon to every profile picture of its active users in LinkedIn™ feed. A 'heart' in the…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkeDating - The Dating Extension

ดาวน์โหลดไฟล์ส่วนขยาย LinkeDating - The Dating Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The extension will add a little 'heart' icon to every profile picture of its active users in LinkedIn™ feed. A 'heart' in the profile picture signals that the user is seeking love and you may try to connect.
Have you found someone you like? Contact him via regular chat.

A list of all active users will appear on the left bottom corner for easy search. 

Our interface is neat yet informative. With our solution, you can learn more about your dates background before taking a step and reaching out. You can turn it on/off simply by clicking the switch in the upper right corner.

It is totally free, no subscription required, no distracting ads, and no premium versions. 

We respect your privacy -  we do not collect your passwords, location, or web browsing behavior. We do not sell your personal information to anyone.

Note: LinkedIn™ is a trademark of LinkedIn Corporation Ltd. LinkeDating is not related in any way to LinkedIn Corporation.                    

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

ชื่อ LinkeDating - The Dating Extension LinkeDating - The Dating Extension
ID ngfndoogdgkfnkkikihaacjpdhjjdjjl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedating-the-dating-ex/ngfndoogdgkfnkkikihaacjpdhjjdjjl
คำอธิบาย The extension will add a little 'heart' icon to every profile picture of its active users in LinkedIn™ feed. A 'heart' in the…
ขนาดไฟล์ 72.29 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.1.1
อัปเดตครั้งล่าสุด 2023-02-13
วันที่เผยแพร่ 2023-02-13
คะแนน 5.00/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา M&T
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://linkedating.com
URL หน้านโยบายความเป็นส่วนตัว https://linkedating.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkeDating - The Dating Extension",
    "version": "1.0.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/www.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/utils.js",
                "js\/storage.js",
                "js\/requests.js",
                "js\/static.js",
                "js\/main.js",
                "js\/button.js",
                "js\/userList.js",
                "js\/content.js",
                "js\/marker.js"
            ],
            "css": [
                "css\/button.css",
                "css\/marker.css",
                "css\/userList.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "heart.svg",
                "ghost.svg",
                "logo.svg",
                "logo-dark.svg"
            ],
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ]
        }
    ]
}