Twitter Debubbler

Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.

Twitter Debubbler là gì?

Twitter Debubbler là một tiện ích mở rộng Chrome được phát triển bởi Liquid Nitrogen, và tính năng chính của nó là "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.".

Ả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 Twitter Debubbler

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

                        Not yet ready for Twitter's new "bubbly" design? Fear not, because with Twitter Debubbler™ everything remains like you know and love it!

Updated to version 0.2.4 to include night mode and Tweetdeck support!                    

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

Tên Twitter Debubbler Twitter Debubbler
ID hkjoicffkkieieemalcahjhhknneoapn
URL Chính Thức https://chromewebstore.google.com/detail/twitter-debubbler/hkjoicffkkieieemalcahjhhknneoapn
Mô tả Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2019-07-19
Ngày Phát Hành 2019-07-18
Đánh Giá 2.50/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Liquid Nitrogen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DariusMiu/twitter-debubbler
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Debubbler",
    "version": "0.3.4",
    "description": "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.",
    "icons": {
        "16": "ico\/ico_16.png",
        "48": "ico\/ico_48.png",
        "128": "ico\/ico_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "dist\/debubbler.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/icons\/*",
        "dist\/debubbler.css"
    ]
}