Control Panel for Twitter

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

Wat is Control Panel for Twitter?

Control Panel for Twitter is een Chrome-extensie ontwikkeld door https://jbscript.dev, en de belangrijkste functie is "Gives you more control over Twitter and adds missing features and UI improvements".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Control Panel for Twitter

Download Control Panel for Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Control Panel for Twitter Control Panel for Twitter
ID kpmjjdhbcfebfjgdnpjagcndoelnidfj
Officiële URL https://chromewebstore.google.com/detail/control-panel-for-twitter/kpmjjdhbcfebfjgdnpjagcndoelnidfj
Beschrijving Gives you more control over Twitter and adds missing features and UI improvements
Bestandsgrootte 97.79 KB
Aantal Installaties 213,794
Huidige Versie 3.23.1
Laatst Bijgewerkt 2024-01-26
Publicatiedatum 2020-06-24
Beoordeling 4.76/5 Totaal 485 Beoordelingen
Ontwikkelaar https://jbscript.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jbscript.dev/control-panel-for-twitter
Help Pagina-URL https://github.com/insin/control-panel-for-twitter/issues
Ondersteunde Talen 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"
    ]
}