Twitter Wide and Clear

Wide and Clear theme for Twitter website.

What is Twitter Wide and Clear?

Twitter Wide and Clear is a Chrome extension developed by https://www.arundavid.com, and its main feature is "Wide and Clear theme for Twitter website.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitter Wide and Clear Extension CRX File

Download Twitter Wide and Clear 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

                        This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.                    

Extension Basic Information

Name Twitter Wide and Clear Twitter Wide and Clear
ID blbmlgjoglkgoejpipkbhnbggoegkkmm
Official URL https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm
Description Wide and Clear theme for Twitter website.
File Size 58.29 KB
Installation Count 40
Current Version 1.0
Last Updated 2015-06-30
Publish Date 2015-06-30
Rating 1.00/5 Total 1 Ratings
Developer https://www.arundavid.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Wide and Clear",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Wide and Clear theme for Twitter website.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "onload.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/twitter.com\/*"
    ]
}