Simplify Twitter Web UI

Simplify the new Twitter Web UI

Simplify Twitter Web UI là gì?

Simplify Twitter Web UI là một tiện ích mở rộng Chrome được phát triển bởi lukeed, và tính năng chính của nó là "Simplify the new Twitter Web UI".

Ả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 Simplify Twitter Web UI

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

                        **Why?**

- I don't like 3-column layouts (too busy)
- Hide "Trending For you" stuff – usually in the right sidebar
- Attempt to hide "Promoted Tweets" – currently works, but don't count on it

See the website for more info.                    

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

Tên Simplify Twitter Web UI Simplify Twitter Web UI
ID pobjlebhmdjbgfjhfdhblilmpjkegbfd
URL Chính Thức https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd
Mô tả Simplify the new Twitter Web UI
Kích Thước Tệp 10.53 KB
Số Lần Cài Đặt 383
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2019-06-29
Ngày Phát Hành 2019-06-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển lukeed
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lukeed/twitter-simple-extension
URL Trang Trợ Giúp https://github.com/lukeed/twitter-simple-extension/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Twitter Web UI",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Simplify the new Twitter Web UI",
    "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension",
    "icons": {
        "128": "128x128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*\/twitter.com\/*"
            ],
            "js": [
                "index.min.js"
            ]
        }
    ]
}