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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @iAmTT และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ctrl + A (Select All)

ดาวน์โหลดไฟล์ส่วนขยาย Ctrl + A (Select All) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}