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 هو إضافة Chrome تم تطويرها بواسطة https://jbscript.dev، والميزة الرئيسية لها هي "Gives you more control over Twitter and adds missing features and UI improvements".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Control Panel for Twitter

قم بتنزيل ملفات الامتداد Control Panel for Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة 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"
    ]
}