Old Twitter Layout

Brings back the old Twitter Layout

What is Old Twitter Layout?

Old Twitter Layout is a Chrome extension developed by Wolvan, and its main feature is "Brings back the old Twitter Layout".

Extension Screenshots

screenshot

Download Old Twitter Layout Extension CRX File

Download Old Twitter Layout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Brings back the old Twitter layout, that Twitter has slowly started phasing out. No more mobile-like UI, no more currated feed.

May require refreshing multiple times before it goes into effect due to browser caching.

Want to thank me? Buy me a coffee!
https://ko-fi.com/wolvan                    

Extension Basic Information

Name Old Twitter Layout Old Twitter Layout
ID jjldkokjmjdnlnifmehbljdafklejeha
Official URL https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha
Description Brings back the old Twitter Layout
File Size 45.42 KB
Installation Count 4,911
Current Version 1.0.6
Last Updated 2020-05-14
Publish Date 2020-05-14
Rating 4.51/5 Total 261 Ratings
Developer Wolvan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Twitter Layout",
    "description": "Brings back the old Twitter Layout",
    "version": "1.0.6",
    "short_name": "otl",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/storage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/firefox-copyfix-wrapper.js",
                "scripts\/banner-removal-wrapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scripts\/firefox-copyfix.js",
        "scripts\/banner-removal.js"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/twitter.com\/*"
    ]
}