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
官方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"
    }
}