Refined Twitter Lite

Add UI improvements and new useful features to Twitter Lite

Refined Twitter Lite란 무엇입니까?

Refined Twitter Lite은(는) ggurgone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add UI improvements and new useful features to Twitter Lite"입니다.

확장 프로그램 스크린샷

screenshot

Refined Twitter Lite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        See https://github.com/giuseppeg/refined-twitter-lite/blob/master/FEATURES.md for a detailed breakdown of the features and instructions on how to en/disable them.                    

확장 프로그램 기본 정보

이름 Refined Twitter Lite Refined Twitter Lite
ID adhbafkkfbonbogdlaebnoegpoogngcc
공식 URL https://chrome.google.com/webstore/detail/refined-twitter-lite/adhbafkkfbonbogdlaebnoegpoogngcc
설명 Add UI improvements and new useful features to Twitter Lite
파일 크기 21.66 KB
설치 횟수 686
현재 버전 0.3.21
최근 업데이트 2023-01-17
출시 날짜 2020-06-02
평점 4.67/5 총 6 개의 평점
개발자 ggurgone
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/giuseppeg/refined-twitter-lite
도움말 페이지 URL https://github.com/giuseppeg/refined-twitter-lite
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Twitter Lite",
    "version": "0.3.21",
    "description": "Add UI improvements and new useful features to Twitter Lite",
    "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "index.user.js"
            ]
        }
    ]
}