Twitter Bird Extension

Brings back the bird to Twitter website

Twitter Bird Extension là gì?

Twitter Bird Extension là một tiện ích mở rộng Chrome được phát triển bởi Maciej Walkowiak, và tính năng chính của nó là "Brings back the bird to Twitter website".

Ả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 Twitter Bird Extension

Tải xuống các tệp mở rộng Twitter Bird Extension 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're tired of seeing Dogecoin logo on Twitter, this extension brings back the bird!

Bird icons created by Freepik - Flaticon: https://www.flaticon.com/free-icons/bird                    

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

Tên Twitter Bird Extension Twitter Bird Extension
ID edbcagncoehbfkcdjmopodnpgkfjfjlf
URL Chính Thức https://chromewebstore.google.com/detail/twitter-bird-extension/edbcagncoehbfkcdjmopodnpgkfjfjlf
Mô tả Brings back the bird to Twitter website
Kích Thước Tệp 9.17 KB
Số Lần Cài Đặt 1,979
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-04-07
Ngày Phát Hành 2023-04-07
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Maciej Walkowiak
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/maciejwalkowiak/twitter-bird-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Bird Extension",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Brings back the bird to Twitter website",
    "homepage_url": "https:\/\/github.com\/maciejwalkowiak\/twitter-bird-extension",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/**"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}