Remove Twitter For You

Remove Twitter's "For You" tab

Remove Twitter For Youคืออะไร?

Remove Twitter For You เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan Laufer และคุณลักษณะหลักของมันคือ "Remove Twitter's "For You" tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Twitter For You

ดาวน์โหลดไฟล์ส่วนขยาย Remove Twitter For You ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remove Twitter For You Remove Twitter For You
ID dokjpibnnijhngancgplopcbealjlegb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-twitter-for-you/dokjpibnnijhngancgplopcbealjlegb
คำอธิบาย Remove Twitter's "For You" tab
ขนาดไฟล์ 65.71 KB
จำนวนการติดตั้ง 687
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2023-04-04
คะแนน 4.64/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Dan Laufer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.buymeacoffee.com/daniellaufer
URL หน้านโยบายความเป็นส่วนตัว https://danlaufer.com/privacy-policy
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}