Hide sidebar column on Twitter

removing

in Twitter.com

What is Hide sidebar column on Twitter?

Hide sidebar column on Twitter is a Chrome extension developed by totechite, and its main feature is "removing

in Twitter.com".

Extension Screenshots

screenshot

Download Hide sidebar column on Twitter Extension CRX File

Download Hide sidebar column on Twitter 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

                        Twitterのトレンドカラムを消すブラウザ拡張です。

It make a sidebar column hide by removing 
in Twitter.com.

Extension Basic Information

Name Hide sidebar column on Twitter Hide sidebar column on Twitter
ID onpngcpnhobjhkdeijngpjbojondnlca
Official URL https://chromewebstore.google.com/detail/hide-sidebar-column-on-tw/onpngcpnhobjhkdeijngpjbojondnlca
Description removing
in Twitter.com
File Size 3.37 KB
Installation Count 168
Current Version 0.0.2
Last Updated 2019-07-28
Publish Date 2019-07-28
Rating 5.00/5 Total 3 Ratings
Developer totechite
Payment Type free
Extension Website https://github.com/totechite/MinimarizeTwitterUI
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide sidebar column on Twitter",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "removing 
<\/div> in Twitter.com", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "hide-sidebarColumn.js" ] } ], "page_action": { "default_title": "Hide sidebar column on twitter", "default_popup": "https:\/\/twitter.com\/home" }, "author": "@totechite" }