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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}