Ctrl + A (Select All)

Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet

Ctrl + A (Select All)란 무엇입니까?

Ctrl + A (Select All)은(는) @iAmTT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet"입니다.

확장 프로그램 스크린샷

screenshot

Ctrl + A (Select All) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Update: Allows users to select and retweet with all teamed accounts even with the new TweetDeck update that restricts you to one account per retweet.

How To Use:

1) Click the "Add To Chrome" button at the top right corner of this description
2) Navigate to the TweetDeck website (if previously signed in, refresh the page)
3) Click the retweet button and you'll find a "Retweet All" button at the bottom of accounts
4) Click the "Retweet All" button
5) All done                    

확장 프로그램 기본 정보

이름 Ctrl + A (Select All) Ctrl + A (Select All)
ID llkhmcjkflajcgioljbamhcepjgpgibj
공식 URL https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj
설명 Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet
파일 크기 33.26 KB
설치 횟수 623
현재 버전 1.5
최근 업데이트 2018-02-24
출시 날짜 2018-02-24
평점 4.44/5 총 18 개의 평점
개발자 @iAmTT
결제 유형 free
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "run.js"
            ],
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet",
    "manifest_version": 2,
    "name": "Ctrl + A (Select All)",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}