Twitter Bird

Extension which returns the Twitter bird icon back

什麼是Twitter Bird?

Twitter Bird是由https://cking.software開發的Chrome擴展程式,該擴展的主要功能是“Extension which returns the Twitter bird icon back”。

擴展截圖

screenshot

下載Twitter Bird擴展crx文件

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