Hide Twitter Trends

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

What is Hide Twitter Trends?

Hide Twitter Trends is a Chrome extension developed by http://moath.dev, and its main feature is "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements".

Extension Screenshots

screenshot
screenshot

Download Hide Twitter Trends Extension CRX File

Download Hide Twitter Trends extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
Official URL https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
Description Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
File Size 511 KB
Installation Count 14,957
Current Version 0.10.2
Last Updated 2022-06-28
Publish Date 2020-07-19
Rating 4.46/5 Total 90 Ratings
Developer http://moath.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/DevMoath/hide-twitter-trends
Help Page URL https://github.com/DevMoath/hide-twitter-trends/issues
Supported Languages 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\/*"
            ]
        }
    ]
}