Hide Twitter Trends

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

Hide Twitter Trendsとは何ですか?

Hide Twitter Trendsはhttp://moath.devによって開発されたChromeの拡張機能で、その主な機能は「Hide Twitter (What’s happening, Who to follow, Topics to follow) elements」です。

拡張機能のスクリーンショット

screenshot
screenshot

Hide Twitter Trends拡張機能のCRXファイルをダウンロード

Hide Twitter Trends拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
公式URL https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
説明 Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
ファイルサイズ 511 KB
インストール数 14,957
現在のバージョン 0.10.2
最終更新日 2022-06-28
公開日 2020-07-19
評価 4.46/5 合計 90 レビュー
開発者 http://moath.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/DevMoath/hide-twitter-trends
ヘルプページのURL https://github.com/DevMoath/hide-twitter-trends/issues
対応言語 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\/*"
            ]
        }
    ]
}