Twitter Extended

A bunch of extensions and extra features for Twitter

Twitter Extended란 무엇입니까?

Twitter Extended은(는) Que에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bunch of extensions and extra features for Twitter"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Your choice of Improvements & fixes to Twitter:    ---> Click the blue bird in your Chrome bar to configure.
 - Hiding others' likes on your timeline
 - Hides Promoted Tweets
 - Square Icons
 - Hides Trends on the Left
 - Shows follower count
 - Hides Moments on the top bar
 - Hides the Email import box
 - Hides the Who to Follow
 - Hides curiouscat & ask.fm tweets
 - Hides like & rt counts
 - Real time tweet

Version 1.1 changelog:
 - Fixed chrome permissions so it doesn't ask for non-twitter information
 - Added curiouscat & askfm hiding
 - Improved memory usage by disabling follower count by default
 - Added option to hide like & rt options
 - Fixed bug with missing square icons on minimised threads
Version 1.0 release                    

확장 프로그램 기본 정보

이름 Twitter Extended Twitter Extended
ID bidcnhmidglfaojcifcjnlgeifobcdif
공식 URL https://chromewebstore.google.com/detail/twitter-extended/bidcnhmidglfaojcifcjnlgeifobcdif
설명 A bunch of extensions and extra features for Twitter
파일 크기 40.88 KB
설치 횟수 1,328
현재 버전 1.1
최근 업데이트 2018-06-06
출시 날짜 2018-06-06
평점 4.02/5 총 42 개의 평점
개발자 Que
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.youtube.com/watch?v=5LlQNty_C8s
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Extended",
    "description": "A bunch of extensions and extra features for Twitter",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/www.twitter.com\/*",
                "*:\/\/twitter.com\/",
                "*:\/\/www.twitter.com\/"
            ],
            "js": [
                "change.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html",
        "default_title": "Twitter Extended"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}