Return Tweet Source Label & Bird icon

This extention will show source label on twitter again.

Return Tweet Source Label & Bird icon là gì?

Return Tweet Source Label & Bird icon là một tiện ích mở rộng Chrome được phát triển bởi https://irucabot.com, và tính năng chính của nó là "This extention will show source label on twitter again.".

Ả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 Return Tweet Source Label & Bird icon

Tải xuống các tệp mở rộng Return Tweet Source Label & Bird icon 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 extention will show source label on twitter again.
In addition, the Twitter bird logo will be restored.                    

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

Tên Return Tweet Source Label & Bird icon Return Tweet Source Label & Bird icon
ID mhkngabolhbckfjpmjclhockpdclfppc
URL Chính Thức https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc
Mô tả This extention will show source label on twitter again.
Kích Thước Tệp 15.75 KB
Số Lần Cài Đặt 1,784
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2022-12-20
Đánh Giá 4.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://irucabot.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Return Tweet Source Label & Bird icon",
    "description": "__MSG_Description__",
    "manifest_version": 3,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*"
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{4801724c-9d0a-48fc-b663-86400e45f940}"
        }
    }
}