Bring the Twitter Bird Back

A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.

Bring the Twitter Bird Back là gì?

Bring the Twitter Bird Back là một tiện ích mở rộng Chrome được phát triển bởi y4nci, và tính năng chính của nó là "A simple Chrome extension to bring the Twitter bird everyone loves back to the 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 Bring the Twitter Bird Back

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

                        We all miss the iconic Twitter bird right? Here is an extension for you to bring the bird back. The only thing you need to do is to install the extension and let it do its job!

If you have any issues, or something's broken, you can open an issue here: https://github.com/y4nci/bring-twitter-bird-back/issues.

Special thanks to my sponsors, Görkem and Murat for their support.                    

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

Tên Bring the Twitter Bird Back Bring the Twitter Bird Back
ID digdceeidmgbnjlmgjjcnndacaaobfgk
URL Chính Thức https://chromewebstore.google.com/detail/bring-the-twitter-bird-ba/digdceeidmgbnjlmgjjcnndacaaobfgk
Mô tả A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.
Kích Thước Tệp 18.82 KB
Số Lần Cài Đặt 288
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-08-29
Ngày Phát Hành 2023-08-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển y4nci
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",
    "manifest_version": 3,
    "name": "Bring the Twitter Bird Back",
    "version": "0.2",
    "author": "Baran Yanc\u0131",
    "description": "A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.",
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/light16.png",
            "32": "images\/icons\/light32.png"
        },
        "default_title": "Bring the Twitter Bird Back",
        "theme_icons": [
            {
                "light": "images\/icons\/light16.png",
                "dark": "images\/icons\/dark16.png",
                "size": 16
            },
            {
                "light": "images\/icons\/light32.png",
                "dark": "images\/icons\/dark32.png",
                "size": 32
            }
        ]
    }
}