Control Panel for Twitter

Gives you more control over Twitter and adds missing features and UI improvements

什麼是Control Panel for Twitter?

Control Panel for Twitter是由https://jbscript.dev開發的Chrome擴展程式,該擴展的主要功能是“Gives you more control over Twitter and adds missing features and UI improvements”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Control Panel for Twitter擴展crx文件

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

擴展使用說明

                        Control Panel for Twitter is a browser extension for Twitter - its main goals are to reduce the amount of algorithmic content you see, give you more control over your timeline and make the UI less distracting.

By default, your Home timeline will be the reverse-chronological "Following" timeline, which will only contain tweets and quote tweets from the people you follow. The algorithmic "For you" timeline will be hidden, and Control Panel for Twitter will keep you on "Following" if Twitter tries to automatically take you off it. Everything is configurable, so start by opening the options popup and customizing to your liking. Changes you make in the options will be applied immediately.

Features:

Home timeline

• Defaults to the "Following" (chronological) timeline, automatically switching you back if Twitter tries to move you to the "For you" (algorithmic) timeline
• Hide the "For you" timeline tab (default setting)
• Move Retweets to a separate tab (default setting), or hide them entirely
• Move Quote Tweets and replies to them to a separate tab in the Home timeline, or hide them entirely
• Hide Retweets in pinned Lists
• Hide tweets quoting accounts you've blocked or muted
• Mute quoting of specific tweets - adds a "Mute this conversation" menu item to Quote Tweets in the Home and List timelines
• Hide the "Home" heading
• Hide the floating "See new Tweets" button
• Hide "Who to follow", "Follow some Topics" etc. in the Home timeline and elsewhere
• Full-width timeline: hide the sidebar and let timeline content go full-width on Home, Lists and Communities

UI improvements

• Replace X branding changes
• Hide Views under tweets
• Hide the "Verified" tab on the Notifications page
• Replace Twitter Blue checkmarks with the Blue logo so they're not as easily mistaken for verified accounts, or hide them altogether
• Hide Twitter Blue replies in threads
• Hide Twitter Blue upsells throughout the app
• Hide Subscriptions
• Add "Add muted word" to the "More" menu (desktop) or slide-out menu (mobile)
• Fast blocking - skips the confirm dialog when you try to block an account
• Hide Retweets in user profiles
• Default to "Latest" tab in Search
• When viewing a tweet's Quote Tweets, hide the quoted tweet to make more room for quotes
• Hide "Open app" nags on mobile

UI tweaks

• Disable use of the Chirp font if you don't like it
• Disable bold and italic text in tweets
• Use the site's normal text font style in the primary navigation menu on desktop to make it less distracting
• Change the navigation menu density on desktop to make it take less room
• Use normal font weight in dropdown menus - if everything's bold, nothing's bold
• Uninvert the Follow and Following buttons to make them less jarring
  • Choice of monochrome or themed (classic) styling for uninverted buttons

Remove algorithmic content

• Hide "What's happening", "Topics to follow" etc. in the sidebar
• Hide Explore page contents and use it only for searching
• Hide "Discover more" algorithmic tweets when viewing a tweet

Reduce "engagement"

• Hide metrics
• Reduced interaction mode: hide the action bar under tweets – replies are now the only means of interacting
• Disable the home timeline: find yourself wasting too much time on Twitter? Try preventing use of the home timeline, going to Notifications or Messages by default instead

Hide UI items you don't use

• Bookmark button under tweets
• Share button under tweets
• Analytics links under your own tweets
• Hide navigation items you don't use on desktop, and other distracting screen elements such as the Messages drawer
• Hide the bottom nav item for Messages on mobile if you don't use it often
• Hide items you don't use in the "More" menu (desktop) or slide-out menu (mobile)

TWITTER, TWEET and RETWEET are trademarks of Twitter Inc. or its affiliates                    

擴展基本資訊

名稱 Control Panel for Twitter Control Panel for Twitter
ID kpmjjdhbcfebfjgdnpjagcndoelnidfj
官方網址 https://chromewebstore.google.com/detail/control-panel-for-twitter/kpmjjdhbcfebfjgdnpjagcndoelnidfj
簡介 Gives you more control over Twitter and adds missing features and UI improvements
檔案大小 97.79 KB
安裝次數 213,794
目前版本 3.23.1
更新時間 2024-01-26
上架時間 2020-06-24
評分 4.76/5 共 485 次評分
開發者 https://jbscript.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://jbscript.dev/control-panel-for-twitter
說明頁面URL https://github.com/insin/control-panel-for-twitter/issues
支援的語言 en,fr,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/insin\/control-panel-for-twitter\/",
    "version": "3.23.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "options_ui": {
        "browser_style": true,
        "chrome_style": false,
        "page": "options.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "__MSG_extensionName__",
        "default_popup": "browser_action.html"
    },
    "permissions": [
        "storage"
    ]
}