Hide Twitter Trends

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

Wat is Hide Twitter Trends?

Hide Twitter Trends is een Chrome-extensie ontwikkeld door http://moath.dev, en de belangrijkste functie is "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hide Twitter Trends

Download Hide Twitter Trends-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
Officiële URL https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
Beschrijving Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Bestandsgrootte 511 KB
Aantal Installaties 14,957
Huidige Versie 0.10.2
Laatst Bijgewerkt 2022-06-28
Publicatiedatum 2020-07-19
Beoordeling 4.46/5 Totaal 90 Beoordelingen
Ontwikkelaar http://moath.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/DevMoath/hide-twitter-trends
Help Pagina-URL https://github.com/DevMoath/hide-twitter-trends/issues
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}