Friendzy

Browse friendzy directly from twitter!

Friendzyคืออะไร?

Friendzy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Friendzy และคุณลักษณะหลักของมันคือ "Browse friendzy directly from twitter!"

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

screenshot

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

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

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

                        Find your favorite creators just by browsing X!

The friendzy button shows the number creator keys minted and, if verified, their current rank against other verified creators.                    

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

ชื่อ Friendzy Friendzy
ID amjgdppjppcgogaofiemocfogjkeejjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/friendzy/amjgdppjppcgogaofiemocfogjkeejjh
คำอธิบาย Browse friendzy directly from twitter!
ขนาดไฟล์ 12.72 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-09-27
วันที่เผยแพร่ 2023-09-25
ผู้พัฒนา Friendzy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friendzy",
    "description": "Browse friendzy directly from twitter!",
    "version": "1.0.0",
    "icons": {
        "192": "images\/favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/inject.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}