Minimal Theme for Twitter / X

Refine and declutter the 𝕏/Twitter web experience.

Τι είναι το Minimal Theme for Twitter / X;

Το Minimal Theme for Twitter / X είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://typefully.com, και η κύρια λειτουργία του είναι "Refine and declutter the 𝕏/Twitter web experience.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Minimal Theme for Twitter / X

Λήψη αρχείων επέκτασης Minimal Theme for Twitter / X σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Minimal Theme for Twitter (now X) refines and cleans up the x.com interface, and adds useful features and customizations:

- Remove Promoted posts and suggestions
- Remove any unwanted element from the left navigation
- Hide the annoying View Counts
- Remove the Timeline tabs like "For you / Following"
- Remove the distracting trends sidebar
- Customize your Timeline width
- Remove borders for a more minimalistic look
- Customize the left navigation
- Hide vanity counts under tweets
- Hide the Search Bar
- Hide the Tweet button

It also includes a beautiful "Writer Mode" that adds the whole 𝕏 interface but the composer, so you can write tweets and threads, without distractions.

We're the makers of Typefully, and we're always adding new features and refinements to improve your Twitter experience even more.

The X / TWITTER trademark is owned by X Corp. and used under license.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Minimal Theme for Twitter / X Minimal Theme for Twitter / X
ID pobhoodpcipjmedfenaigbeloiidbflp
Επίσημο URL https://chromewebstore.google.com/detail/minimal-theme-for-twitter/pobhoodpcipjmedfenaigbeloiidbflp
Περιγραφή Refine and declutter the 𝕏/Twitter web experience.
Μέγεθος Αρχείου 405 KB
Αριθμός Εγκαταστάσεων 34,231
Τρέχουσα Έκδοση 6.0.5
Τελευταία Ενημέρωση 2023-10-31
Ημερομηνία Δημοσίευσης 2020-06-27
Αξιολόγηση 4.35/5 Συνολικά 194 Αξιολογήσεις
Προγραμματιστής https://typefully.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://typefully.com/minimal-twitter
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/typefully/minimal-twitter
URL της Σελίδας Πολιτικής Απορρήτου https://help.typefully.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Theme for Twitter \/ X",
    "short_name": "Minimal Twitter",
    "description": "Refine and declutter the \ud835\udd4f\/Twitter web experience.",
    "version": "6.0.5",
    "icons": {
        "16": "images\/MinimalTwitterIcon16.png",
        "32": "images\/MinimalTwitterIcon32.png",
        "48": "images\/MinimalTwitterIcon48.png",
        "128": "images\/MinimalTwitterIcon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "dist\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/main.css",
                "css\/typefully.css",
                "fonts\/inter-subset.woff2",
                "https:\/\/cdn.jsdelivr.net\/gh\/typefully\/[email protected]\/css\/main.css",
                "https:\/\/cdn.jsdelivr.net\/gh\/typefully\/[email protected]\/css\/typefully.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/x.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/MinimalTwitterIcon16.png",
            "32": "images\/MinimalTwitterIcon32.png",
            "48": "images\/MinimalTwitterIcon48.png"
        },
        "default_title": "Minimal Twitter",
        "default_popup": "index.html"
    }
}