Return Twitter Bird

Extension to restore the iconic Twitter logo, for those who think the X looks tacky.

什麼是Return Twitter Bird?

Return Twitter Bird是由Luis Ángel Herrero開發的Chrome擴展程式,該擴展的主要功能是“Extension to restore the iconic Twitter logo, for those who think the X looks tacky.”。

擴展截圖

screenshot

下載Return Twitter Bird擴展crx文件

下載Return Twitter Bird擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        We have all seen the Twitter logo thousands of times, and seeing it suddenly change to an X can be hard for many of us.

That's why I've created this extension, which allows you to bring back that little blue bird we held so dear.

Made with love by @lahdiezz.                    

擴展基本資訊

名稱 Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
官方網址 https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
簡介 Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
檔案大小 8.28 KB
安裝次數 171
目前版本 1.1
更新時間 2023-07-27
上架時間 2023-07-26
評分 4.00/5 共 2 次評分
開發者 Luis Ángel Herrero
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Twitter Bird",
    "version": "1.1",
    "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}