Twitter Extras
Adds some extra features to Twitter, including video download, picture-in-picture, and more.
ما هو Twitter Extras؟
Twitter Extras هو إضافة Chrome تم تطويرها بواسطة https://sampson.codes، والميزة الرئيسية لها هي "Adds some extra features to Twitter, including video download, picture-in-picture, and more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Extras
قم بتنزيل ملفات الامتداد Twitter Extras بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Introduces additional features and abilities to your Twitter experience. For example, easier saving of media (such as GIFs and Videos), as well as support for Picture-in-Picture (video pop-outs). Other options available in Options (click the ☰ icon next to the extension, select Options from list) include the ability to hide "Who to Follow" and "What's Happening" sidebar items, wrap tick-escaped inline code with tags, make voice tweets downloadable, and convert video timestamps to clickable links.
معلومات أساسية عن التمديد
الاسم | Twitter Extras |
ID | hapodabojpphnloafpaapmcpofcbanaj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj |
الوصف | Adds some extra features to Twitter, including video download, picture-in-picture, and more. |
حجم الملف | 272 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 3.2.4 |
آخر تحديث | 2023-11-03 |
تاريخ النشر | 2023-05-13 |
المطور | https://sampson.codes |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/jonathansampson |
عنوان صفحة المساعدة | https://twitter.com/jonathansampson |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Extras", "version": "3.2.4", "icons": { "64": "icons\/icon64.png" }, "description": "Adds some extra features to Twitter, including video download, picture-in-picture, and more.", "permissions": [ "downloads", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/twitter.com\/*" ], "options_ui": { "page": "options.html", "open_in_tab": false } } |