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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ctrl + A (Select All)
قم بتنزيل ملفات الامتداد Ctrl + A (Select All) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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) |
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" } |