Hide Twitter Trends

Hide Twitter (What’s happening, Who to follow, Topics to follow) elements

Qu'est-ce que Hide Twitter Trends ?

Hide Twitter Trends est une extension Chrome développée par http://moath.dev, et sa fonction principale est "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hide Twitter Trends

Téléchargez les fichiers d'extension Hide Twitter Trends 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

                        If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.                    

Informations de Base sur l'Extension

Nom Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
URL Officiel https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
Description Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Taille du Fichier 511 KB
Nombre d'Installations 14,957
Version Actuelle 0.10.2
Dernière Mise à Jour 2022-06-28
Date de Publication 2020-07-19
Évaluation 4.46/5 Total 90 Évaluations
Développeur http://moath.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/DevMoath/hide-twitter-trends
URL de la Page d'Aide https://github.com/DevMoath/hide-twitter-trends/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter Trends",
    "version": "0.10.2",
    "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements",
    "author": "Moath Alhajri",
    "homepage_url": "https:\/\/moath.dev\/",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}