Classic Twitter Logo

Restore Twitters Logo & Favicon 👏

Classic Twitter Logoคืออะไร?

Classic Twitter Logo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nic และคุณลักษณะหลักของมันคือ "Restore Twitters Logo & Favicon 👏"

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

screenshot

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

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

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

                        Restore Twitters Logo & Favicon 👏

This Chrome extension brings back the classic Twitter logo and favicon. If you miss the old bird icon (affectionately known as "Larry") and prefer the nostalgic look, this extension is perfect for you.

Source Code: https://github.com/niclm/classic-twitter-logo                    

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

ชื่อ Classic Twitter Logo Classic Twitter Logo
ID keiaaebomajecbjhpfembkjcillhkpbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/classic-twitter-logo/keiaaebomajecbjhpfembkjcillhkpbg
คำอธิบาย Restore Twitters Logo & Favicon 👏
ขนาดไฟล์ 9.69 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-09-23
วันที่เผยแพร่ 2023-07-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Nic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/niclm/classic-twitter-logo
URL หน้าช่วยเหลือ https://github.com/niclm/classic-twitter-logo/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Classic Twitter Logo",
    "description": "Restore Twitters Logo & Favicon \ud83d\udc4f",
    "version": "1.1",
    "icons": {
        "48": "icon.png"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "twitter.js"
            ]
        }
    ]
}