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

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Extras

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

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

                        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 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
URL หน้าช่วยเหลือ 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
    }
}