Better TweetDeck

Take TweetDeck to the next level!

Better TweetDeck란 무엇입니까?

Better TweetDeck은(는) https://erambert.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take TweetDeck to the next level!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Better TweetDeck 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Improve your experience on TweetDeck web with tons of features!

More informations on https://better.tw

Report bugs here:
https://github.com/eramdam/BetterTweetDeck/issues

Source code:
https://github.com/eramdam/BetterTweetDeck

Follow @BetterTDeck on Twitter for news/support                    

확장 프로그램 기본 정보

이름 Better TweetDeck Better TweetDeck
ID micblkellenpbfapmcpcfhcoeohhnpob
공식 URL https://chromewebstore.google.com/detail/better-tweetdeck/micblkellenpbfapmcpcfhcoeohhnpob
설명 Take TweetDeck to the next level!
파일 크기 5.92 MB
설치 횟수 60,672
현재 버전 4.11.1
최근 업데이트 2023-07-08
출시 날짜 2020-06-06
평점 4.25/5 총 283 개의 평점
개발자 https://erambert.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://better.tw
도움말 페이지 URL https://twitter.com/BetterTDeck
개인정보 보호 정책 페이지 URL https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
지원되는 언어 de,en,fr,nl,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better TweetDeck",
    "description": "Take TweetDeck to the next level!",
    "short_name": "Better TweetDeck",
    "default_locale": "en",
    "version": "4.11.1",
    "manifest_version": 3,
    "icons": {
        "16": "build\/assets\/icons\/icon-16.png",
        "32": "build\/assets\/icons\/icon-32.png",
        "48": "build\/assets\/icons\/icon-48.png",
        "96": "build\/assets\/icons\/icon-96.png",
        "128": "build\/assets\/icons\/icon-128.png",
        "256": "build\/assets\/icons\/icon-256.png",
        "512": "build\/assets\/icons\/icon-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "build\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "build\/inject.js",
                "*.png",
                "build\/emoji-sheet-64.png"
            ],
            "matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "content_security_policy": {
        "extension_pages": "img-src https: data: 'self' *; default-src; font-src 'self' * data:; connect-src * https:; style-src 'unsafe-inline'; script-src 'self'"
    },
    "host_permissions": [
        "*:\/\/tweetdeck.twitter.com\/*",
        "https:\/\/*.tenor.com\/*",
        "https:\/\/*.giphy.com\/*",
        "https:\/\/*.twimg.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/tweetdeck.twitter.com\/*"
        ]
    },
    "options_page": "build\/options\/ui.html"
}