Twitter Bird Extension

Brings back the bird to Twitter website

Twitter Bird Extensionคืออะไร?

Twitter Bird Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maciej Walkowiak และคุณลักษณะหลักของมันคือ "Brings back the bird to Twitter website"

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

screenshot

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

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

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

                        If you're tired of seeing Dogecoin logo on Twitter, this extension brings back the bird!

Bird icons created by Freepik - Flaticon: https://www.flaticon.com/free-icons/bird                    

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

ชื่อ Twitter Bird Extension Twitter Bird Extension
ID edbcagncoehbfkcdjmopodnpgkfjfjlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-bird-extension/edbcagncoehbfkcdjmopodnpgkfjfjlf
คำอธิบาย Brings back the bird to Twitter website
ขนาดไฟล์ 9.17 KB
จำนวนการติดตั้ง 1,979
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-04-07
วันที่เผยแพร่ 2023-04-07
คะแนน 4.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Maciej Walkowiak
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/maciejwalkowiak/twitter-bird-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Bird Extension",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Brings back the bird to Twitter website",
    "homepage_url": "https:\/\/github.com\/maciejwalkowiak\/twitter-bird-extension",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/**"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}