Hide Twitter Trends

Hide Twitter (What’s happening, Who to follow, Topics to follow) elements

Hide Twitter Trends란 무엇입니까?

Hide Twitter Trends은(는) http://moath.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hide Twitter Trends 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.                    

확장 프로그램 기본 정보

이름 Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
공식 URL https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
설명 Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
파일 크기 511 KB
설치 횟수 14,957
현재 버전 0.10.2
최근 업데이트 2022-06-28
출시 날짜 2020-07-19
평점 4.46/5 총 90 개의 평점
개발자 http://moath.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/DevMoath/hide-twitter-trends
도움말 페이지 URL https://github.com/DevMoath/hide-twitter-trends/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter Trends",
    "version": "0.10.2",
    "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements",
    "author": "Moath Alhajri",
    "homepage_url": "https:\/\/moath.dev\/",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}