TwitterBird

Changes the "X" brand back to Twitter

什么是TwitterBird?

TwitterBird是由https://labystudio.de开发的Chrome扩展程序,该扩展的主要功能是“Changes the "X" brand back to Twitter”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载TwitterBird扩展crx文件

下载TwitterBird扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This add-on reverts all logos of the Twitter/X website back to the Twitter bird.

It changes every single X logo, including the icon in the browser tab, the logout screen, and the boot screen. Additionally, it modifies the avatar, banner, name, handle and badge of the official Twitter accounts.

Please be aware that Twitter is currently changing its website every day.
I'm trying to keep the add-on up to date with the latest changes Elon Musk is making to Twitter/X.                    

扩展基本信息

名称 TwitterBird TwitterBird
ID cglkhpbplnpobkhgecadnemehdaphahh
官方URL https://chromewebstore.google.com/detail/twitterbird/cglkhpbplnpobkhgecadnemehdaphahh
简介 Changes the "X" brand back to Twitter
文件大小 1.72 MB
安装次数 213
当前版本 1.2
更新时间 2023-07-27
上架时间 2023-07-25
评分 5.00/5 共5次评分
开发者 https://labystudio.de
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitterBird",
    "description": "Changes the \"X\" brand back to Twitter",
    "short_name": "TwitterBird",
    "manifest_version": 3,
    "version": "1.2",
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "164": "assets\/icon\/icon164.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*"
            ],
            "js": [
                "js\/Injector.js",
                "js\/controllers\/SvgLogoInjector.js",
                "js\/controllers\/FaviconInjector.js",
                "js\/controllers\/TwitterAccountInjector.js",
                "js\/controllers\/TitleInjector.js",
                "js\/TwitterBird.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*"
            ]
        }
    ]
}