Hide Twitter Trends

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

Cos'è Hide Twitter Trends?

Hide Twitter Trends è un'estensione di Chrome sviluppata da http://moath.dev, e la sua funzione principale è "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hide Twitter Trends

Scarica i file di estensione Hide Twitter Trends in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
URL Ufficiale https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
Descrizione Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Dimensione del File 511 KB
Conteggio Installazioni 14,957
Versione Corrente 0.10.2
Ultimo Aggiornamento 2022-06-28
Data di Pubblicazione 2020-07-19
Valutazione 4.46/5 Totale 90 Valutazioni
Sviluppatore http://moath.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DevMoath/hide-twitter-trends
URL della Pagina di Aiuto https://github.com/DevMoath/hide-twitter-trends/issues
Lingue Supportate 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\/*"
            ]
        }
    ]
}