TwitterBird

Changes the "X" brand back to Twitter

TwitterBird là gì?

TwitterBird là một tiện ích mở rộng Chrome được phát triển bởi https://labystudio.de, và tính năng chính của nó là "Changes the "X" brand back to Twitter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TwitterBird

Tải xuống các tệp mở rộng TwitterBird dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TwitterBird TwitterBird
ID cglkhpbplnpobkhgecadnemehdaphahh
URL Chính Thức https://chromewebstore.google.com/detail/twitterbird/cglkhpbplnpobkhgecadnemehdaphahh
Mô tả Changes the "X" brand back to Twitter
Kích Thước Tệp 1.72 MB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-07-27
Ngày Phát Hành 2023-07-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://labystudio.de
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}