Twitter Like and Retweet button
This extension will add a button that combines like and retweet in one click.
ما هو Twitter Like and Retweet button؟
Twitter Like and Retweet button هو إضافة Chrome تم تطويرها بواسطة Shlomo، والميزة الرئيسية لها هي "This extension will add a button that combines like and retweet in one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Like and Retweet button
قم بتنزيل ملفات الامتداد Twitter Like and Retweet button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enhance your Twitter experience like never before with this innovative Chrome extension. This powerful add-on seamlessly integrates with your Twitter account, adding a combination button that allows you to both "Like" and "Retweet" a tweet in a single click. Say goodbye to the hassle of toggling between buttons and give your thumbs a rest and streamlines your engagement process for effortless interaction.
معلومات أساسية عن التمديد
الاسم | Twitter Like and Retweet button |
ID | fppmjeoocppmnbkdalfeidabmjkjbmna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-like-and-retweet/fppmjeoocppmnbkdalfeidabmjkjbmna |
الوصف | This extension will add a button that combines like and retweet in one click. |
حجم الملف | 62.97 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-08-11 |
تاريخ النشر | 2023-05-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Shlomo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.freeprivacypolicy.com/live/d2b13c19-f46d-4a6c-b5ce-6c1f809fb89a |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Like and Retweet button", "description": "This extension will add a button that combines like and retweet in one click.", "version": "1.2", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/home" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "*.jpg, *.png" ], "matches": [ "https:\/\/twitter.com\/*" ], "extension_ids": [] } ] } |