Make Twitter Square Again

It's hip to be square.

What is Make Twitter Square Again?

Make Twitter Square Again is a Chrome extension developed by Taylor, and its main feature is "It's hip to be square.".

Extension Screenshots

screenshot

Download Make Twitter Square Again Extension CRX File

Download Make Twitter Square Again 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

                        Make Twitter Square Again!

Don't like the new Twitter design? Nor do we. Download our extension to restore Twitter back to it's former glory.                    

Extension Basic Information

Name Make Twitter Square Again Make Twitter Square Again
ID keiobocclhlchklcfmngllhlbbgfbkpa
Official URL https://chrome.google.com/webstore/detail/make-twitter-square-again/keiobocclhlchklcfmngllhlbbgfbkpa
Description It's hip to be square.
File Size 6.59 KB
Installation Count 23
Current Version 0.1.4
Last Updated 2017-06-16
Publish Date 2017-06-16
Rating 2.33/5 Total 3 Ratings
Developer Taylor
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Twitter Square Again",
    "version": "0.1.4",
    "description": "It's hip to be square.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png"
    }
}