Good old Twitter

Returning old twitter logo

Good old Twitter là gì?

Good old Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://631am.com, và tính năng chính của nó là "Returning old twitter logo".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Good old Twitter 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

                        If you are not yet ready for the global redesign that Elon Musk has prepared for the well-known Twitter name and logo, you can easily revert to the originals using this simple extension.                    

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

Tên Good old Twitter Good old Twitter
ID bgfjejkobipclcknhenalahjbbphleio
URL Chính Thức https://chromewebstore.google.com/detail/good-old-twitter/bgfjejkobipclcknhenalahjbbphleio
Mô tả Returning old twitter logo
Kích Thước Tệp 180 KB
Số Lần Cài Đặt 467
Phiên Bản Hiện Tại 1.0.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://631am.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://631am.com/good-old-twitter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Good old Twitter",
    "version": "1.0.2",
    "description": "Returning old twitter logo",
    "homepage_url": "https:\/\/github.com\/littlemyx\/good_old_twitter",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "16": "icon16.719d9ca8.png",
        "32": "icon32.4042bece.png",
        "48": "icon48.be0ec3db.png",
        "128": "icon.082f75ba.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/x.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "content.70a01fb4.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "options_ui": {
        "browser_style": true,
        "page": "options.e17f98f3.html"
    }
}