Twitter Bird

Extension which returns the Twitter bird icon back

Twitter Birdคืออะไร?

Twitter Bird เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cking.software และคุณลักษณะหลักของมันคือ "Extension which returns the Twitter bird icon back"

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

screenshot

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

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

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

                        Replaces the main Twitter icon and favicon icon with the canonical Bird. Opensource project.                    

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

ชื่อ Twitter Bird Twitter Bird
ID ihahjhhimifemcpmbghgjmniofjchmlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-bird/ihahjhhimifemcpmbghgjmniofjchmlh
คำอธิบาย Extension which returns the Twitter bird icon back
ขนาดไฟล์ 553 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-08-29
วันที่เผยแพร่ 2023-07-26
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://cking.software
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Semper-Viventem/twitter-bird
URL หน้าช่วยเหลือ https://github.com/Semper-Viventem/twitter-bird/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Bird",
    "description": "Extension which returns the Twitter bird icon back",
    "version": "1.1",
    "action": {
        "default_icon": "images\/icon_512.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "512": "images\/icon_128.png"
    }
}