Remove Twitter For You

Remove Twitter's "For You" tab

Qu'est-ce que Remove Twitter For You ?

Remove Twitter For You est une extension Chrome développée par Dan Laufer, et sa fonction principale est "Remove Twitter's "For You" tab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove Twitter For You

Téléchargez les fichiers d'extension Remove Twitter For You au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove Twitter For You Remove Twitter For You
ID dokjpibnnijhngancgplopcbealjlegb
URL Officiel https://chromewebstore.google.com/detail/remove-twitter-for-you/dokjpibnnijhngancgplopcbealjlegb
Description Remove Twitter's "For You" tab
Taille du Fichier 65.71 KB
Nombre d'Installations 687
Version Actuelle 1.4
Dernière Mise à Jour 2023-04-18
Date de Publication 2023-04-04
Évaluation 4.64/5 Total 14 Évaluations
Développeur Dan Laufer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.buymeacoffee.com/daniellaufer
URL de la Page de Politique de Confidentialité https://danlaufer.com/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}