Hide sidebar column on Twitter

removing

in Twitter.com

Hide sidebar column on Twitter란 무엇입니까?

Hide sidebar column on Twitter은(는) totechite에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "removing

in Twitter.com"입니다.

확장 프로그램 스크린샷

screenshot

Hide sidebar column on Twitter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 Hide sidebar column on Twitter Hide sidebar column on Twitter
ID onpngcpnhobjhkdeijngpjbojondnlca
공식 URL https://chromewebstore.google.com/detail/hide-sidebar-column-on-tw/onpngcpnhobjhkdeijngpjbojondnlca
설명 removing
in Twitter.com
파일 크기 3.37 KB
설치 횟수 168
현재 버전 0.0.2
최근 업데이트 2019-07-28
출시 날짜 2019-07-28
평점 5.00/5 총 3 개의 평점
개발자 totechite
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/totechite/MinimarizeTwitterUI
지원되는 언어 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" }