Hide Twitter Elements

Choose to make your Twitter timeline less crowded by disabling features you do not need.

什麼是Hide Twitter Elements?

Hide Twitter Elements是由https://shodipoayomide.com開發的Chrome擴展程式,該擴展的主要功能是“Choose to make your Twitter timeline less crowded by disabling features you do not need.”。

擴展截圖

screenshot

下載Hide Twitter Elements擴展crx文件

下載Hide Twitter Elements擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension gives you the option to disable interactive elements like "views, comments, retweet & likes" selectively, to make your Twitter timeline less congested.                    

擴展基本資訊

名稱 Hide Twitter Elements Hide Twitter Elements
ID fbffhgacjoeloopjakfbdgcdfaklionn
官方網址 https://chromewebstore.google.com/detail/hide-twitter-elements/fbffhgacjoeloopjakfbdgcdfaklionn
簡介 Choose to make your Twitter timeline less crowded by disabling features you do not need.
檔案大小 2.06 MB
安裝次數 38
目前版本 1.0.2
更新時間 2022-12-27
上架時間 2022-12-27
開發者 https://shodipoayomide.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Developerayo/Hide-Twitter-Elements
說明頁面URL https://twitter.com/developerayo
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter Elements",
    "description": "Choose to make your Twitter timeline less crowded by disabling features you do not need.",
    "version": "1.0.2",
    "icons": {
        "16": "assets\/images\/logo1.png",
        "18": "assets\/images\/logo1.png",
        "128": "assets\/images\/logo1.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "assets\/lib\/jquery.min.js",
                "content_script.js"
            ]
        }
    ]
}