Remove Twitter For You

Remove Twitter's "For You" tab

Remove Twitter For You là gì?

Remove Twitter For You là một tiện ích mở rộng Chrome được phát triển bởi Dan Laufer, và tính năng chính của nó là "Remove Twitter's "For You" tab".

Ả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 Remove Twitter For You

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

                        Are you sick of Elon's "For You" tab? Do you just wish it'd go away? Well you're in luck!

This simple Chrome Extension will remove Twitter's For You tab completely.

Remove Twitter For You works if you have pinned Lists, as well. Normally, if you refresh the page from a pinned List, it will default you back to the For You tab. No longer will you be defaulted to the For You tab...because it won't exist!

If you appreciate this Chrome Extension and want to support maintence/updates: https://www.buymeacoffee.com/daniellaufer.

***Remove Twitter For You does not access your data in any way. It is automatically disabled outside of twitter.com. It does not have any settings or options. It's as simple and safe as a Chrome extension gets.                    

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

Tên Remove Twitter For You Remove Twitter For You
ID dokjpibnnijhngancgplopcbealjlegb
URL Chính Thức https://chromewebstore.google.com/detail/remove-twitter-for-you/dokjpibnnijhngancgplopcbealjlegb
Mô tả Remove Twitter's "For You" tab
Kích Thước Tệp 65.71 KB
Số Lần Cài Đặt 687
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-04-18
Ngày Phát Hành 2023-04-04
Đánh Giá 4.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Dan Laufer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.buymeacoffee.com/daniellaufer
URL Trang Chính Sách Bảo Mật https://danlaufer.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter For You",
    "version": "1.4",
    "action": {
        "default_icon": {
            "16": "images\/for-you-gone-logo-16.png",
            "32": "images\/for-you-gone-logo-32.png",
            "64": "images\/for-you-gone-logo-64.png"
        }
    },
    "description": "Remove Twitter's \"For You\" tab",
    "icons": {
        "16": "images\/for-you-gone-logo-16.png",
        "32": "images\/for-you-gone-logo-32.png",
        "64": "images\/for-you-gone-logo-64.png",
        "128": "images\/for-you-gone-logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}