Twitter Square Icons

Revert the latest stupid Twitter change

What is Twitter Square Icons?

Twitter Square Icons is a Chrome extension developed by Suyooo, and its main feature is "Revert the latest stupid Twitter change".

Extension Screenshots

screenshot

Download Twitter Square Icons Extension CRX File

Download Twitter Square Icons 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

                        Reverts (most) avatars back to slightly rounded corners instead of circles.                    

Extension Basic Information

Name Twitter Square Icons Twitter Square Icons
ID dddlbjknknopkfeeoakgdijdilmdnnhe
Official URL https://chrome.google.com/webstore/detail/twitter-square-icons/dddlbjknknopkfeeoakgdijdilmdnnhe
Description Revert the latest stupid Twitter change
File Size 3.3 KB
Installation Count 32
Current Version 1.0
Last Updated 2017-06-16
Publish Date 2017-06-16
Rating 5.00/5 Total 3 Ratings
Developer Suyooo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Square Icons",
    "description": "Revert the latest stupid Twitter change",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}