X to Twitter

Get our Twitter back from Elon.

X to Twitter là gì?

X to Twitter là một tiện ích mở rộng Chrome được phát triển bởi yakisova41, và tính năng chính của nó là "Get our Twitter back from Elon.".

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

screenshot

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

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

                        X logo back to the original Twitter Bird logo                    

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

Tên X to Twitter X to Twitter
ID jcgbihbakhgpbmhejamlpijhlohjhnbn
URL Chính Thức https://chromewebstore.google.com/detail/x-to-twitter/jcgbihbakhgpbmhejamlpijhlohjhnbn
Mô tả Get our Twitter back from Elon.
Kích Thước Tệp 843 KB
Số Lần Cài Đặt 2,013
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2023-07-24
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển yakisova41
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yakisova41/xToTwitter
URL Trang Trợ Giúp https://github.com/yakisova41/xToTwitter/issues
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "short_name": "xToTwitter",
    "version": "2.3.1",
    "manifest_version": 3,
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/X.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "userscript.user.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "twitterManifest.json",
                "sw_icons\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/X.com\/*"
            ]
        }
    ]
}