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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}