Old Twitter Layout

Brings back the old Twitter Layout

Old Twitter Layout là gì?

Old Twitter Layout là một tiện ích mở rộng Chrome được phát triển bởi Wolvan, và tính năng chính của nó là "Brings back the old Twitter Layout".

Ả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 Old Twitter Layout

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

                        Brings back the old Twitter layout, that Twitter has slowly started phasing out. No more mobile-like UI, no more currated feed.

May require refreshing multiple times before it goes into effect due to browser caching.

Want to thank me? Buy me a coffee!
https://ko-fi.com/wolvan                    

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

Tên Old Twitter Layout Old Twitter Layout
ID jjldkokjmjdnlnifmehbljdafklejeha
URL Chính Thức https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha
Mô tả Brings back the old Twitter Layout
Kích Thước Tệp 45.42 KB
Số Lần Cài Đặt 4,911
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2020-05-14
Ngày Phát Hành 2020-05-14
Đánh Giá 4.51/5 Tổng số 261 Đánh Giá
Nhà Phát Triển Wolvan
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",
    "name": "Old Twitter Layout",
    "description": "Brings back the old Twitter Layout",
    "version": "1.0.6",
    "short_name": "otl",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/storage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/firefox-copyfix-wrapper.js",
                "scripts\/banner-removal-wrapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scripts\/firefox-copyfix.js",
        "scripts\/banner-removal.js"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/twitter.com\/*"
    ]
}