Classic Twitter Logo

Restore Twitters Logo & Favicon 👏

什麼是Classic Twitter Logo?

Classic Twitter Logo是由Nic開發的Chrome擴展程式,該擴展的主要功能是“Restore Twitters Logo & Favicon 👏”。

擴展截圖

screenshot

下載Classic Twitter Logo擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}