Friend.tech Gems

[Open-sourced] Highlight friend.tech gems info on Twitter

Friend.tech Gemsคืออะไร?

Friend.tech Gems เป็นส่วนขยายของ Chrome ที่พัฒนาโดย friendtechgems และคุณลักษณะหลักของมันคือ "[Open-sourced] Highlight friend.tech gems info on Twitter"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Friend.tech Gems

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

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

                        Friend.tech Gems aims to enrich your Twitter experience by highlighting valuable information related to friend.tech straight onto your feed. Dive into the gems of friend.tech without leaving your Twitter feed!

💡 This is a simple app that does not collect *any* private information. We only read the loaded twitter accounts on the screen and request friend.tech information regarding the accounts.

* This product is currently in beta. Prices and ranks may currently be inaccurate. Real-time data will be live soon *                    

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

ชื่อ Friend.tech Gems Friend.tech Gems
ID mlmjpgbhppfkhokjonigdbpiigpklefa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/friendtech-gems/mlmjpgbhppfkhokjonigdbpiigpklefa
คำอธิบาย [Open-sourced] Highlight friend.tech gems info on Twitter
ขนาดไฟล์ 420 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 2.4.2
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2023-08-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา friendtechgems
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/friendtech_gems
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "[Open-sourced] Highlight friend.tech gems info on Twitter",
    "version": "2.4.2",
    "manifest_version": 3,
    "name": "Friend.tech Gems",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css"
            ],
            "matches": []
        }
    ]
}