WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Old Twitter Layout (2025)

Old Twitter Layout (2025)

View on Chrome Web Store
View Old Twitter Layout (2025) Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (594 ratings)
2 new ratings
36 views
This extension has been viewed 36 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A new extension that returns old Twitter's look.
Type
Extension
Users
70,000 users
10K
Website dimden.dev
dimden.dev
View author page of dimden.dev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 26, 2022
Version 1.9.3
Manifest version
3
Updated
Updated on December 15, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Old Twitter Layout (2025) Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Twitter Layout (2025)",
    "description": "__MSG_ext_description__",
    "version": "1.9.3",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/dimdenGD\/OldTwitter",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "contextMenus",
        "scripting",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/twimg.com\/*",
        "*:\/\/*.twimg.com\/*",
        "*:\/\/x.com\/*",
        "*:\/\/*.x.com\/*"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "ruleset.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "layouts\/*",
                "images\/*",
                "fonts\/*",
                "libraries\/*",
                "_locales\/*",
                "sandbox.html"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        },
        "default_title": "Open settings"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*?*newtwitter=true*",
                "https:\/\/x.com\/*?*newtwitter=true*"
            ],
            "js": [
                "scripts\/xIconRemove.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*?*newtwitter=true*",
                "https:\/\/x.com\/*?*newtwitter=true*"
            ],
            "js": [
                "scripts\/newtwitter.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/twitter.com\/*?*newtwitter=true*",
                "https:\/\/twitter.com\/settings\/download_your_data",
                "https:\/\/twitter.com\/i\/flow\/login*",
                "https:\/\/twitter.com\/i\/tweetdeck",
                "https:\/\/twitter.com\/i\/communitynotes",
                "https:\/\/twitter.com\/i\/broadcasts\/*",
                "https:\/\/twitter.com\/search-advanced",
                "https:\/\/twitter.com\/x\/migrate",
                "https:\/\/x.com\/*?*newtwitter=true*",
                "https:\/\/x.com\/settings\/download_your_data",
                "https:\/\/x.com\/i\/flow\/login*",
                "https:\/\/x.com\/i\/tweetdeck",
                "https:\/\/x.com\/i\/communitynotes",
                "https:\/\/x.com\/i\/broadcasts\/*",
                "https:\/\/x.com\/search-advanced",
                "https:\/\/x.com\/x\/migrate",
                "https:\/\/x.com\/i\/grok"
            ],
            "js": [
                "scripts\/blockBeforeInject.js",
                "scripts\/config.js",
                "scripts\/tdeb.js",
                "scripts\/tweetConstructor.js",
                "scripts\/helpers.js",
                "scripts\/apis.js",
                "scripts\/twchallenge.js",
                "scripts\/injection.js"
            ],
            "css": [
                "libraries\/viewer.min.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top