Twitter Logo Changer

Replace Twitter logo to the classic

Twitter Logo Changerคืออะไร?

Twitter Logo Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ian.ilminmoon และคุณลักษณะหลักของมันคือ "Replace Twitter logo to the classic"

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

screenshot

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

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

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

                        트위터 로고 변환기.
Transform your Twitter experience with Twitter Logo Changer.

Key Features:
Logo Customization: Swap the default Twitter logo with a new one, giving your Twitter interface a personalized touch.
User-friendly Interface: Our intuitive design and easy-to-use controls make customizing your Twitter logo as simple as a click.
Compatibility: Designed to work seamlessly with Twitter, ensuring smooth operation without affecting your usual Twitter usage.
Regular Updates: We strive to stay updated with any changes to Twitter's design to ensure continuous functionality.

Updated Log
v1.0 - 2023.07.24
Support Logo

v1.1 - 2023.07.25
Support favicon

v1.2 - 2023.07.26
Support Logo(because twitter changed their logo)

v1.3 - 2023.08.13
Support title, Fixed bugs

v1.4 - 2023.08.15
Changed Tweet Button text(Post -> Tweet)

v1.5 - 2023.08.19
Fixed typo                    

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

ชื่อ Twitter Logo Changer Twitter Logo Changer
ID leffemmmchgmbkcpgaelaffciilelmcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-logo-changer/leffemmmchgmbkcpgaelaffciilelmcc
คำอธิบาย Replace Twitter logo to the classic
ขนาดไฟล์ 59.25 KB
จำนวนการติดตั้ง 432
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-08-21
วันที่เผยแพร่ 2023-07-25
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา ian.ilminmoon
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/smileostrich
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Logo Changer",
    "version": "1.5",
    "description": "Replace Twitter logo to the classic",
    "action": {
        "default_icon": {
            "48": ".\/PNG\/blue.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": ".\/PNG\/blue.png"
    }
}