Twitter Extras
Adds some extra features to Twitter, including video download, picture-in-picture, and more.
What is Twitter Extras?
Twitter Extras is a Chrome extension developed by https://sampson.codes, and its main feature is "Adds some extra features to Twitter, including video download, picture-in-picture, and more.".
Extension Screenshots
Download Twitter Extras Extension CRX File
Download Twitter Extras extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name
Twitter Extras ID hapodabojpphnloafpaapmcpofcbanaj Official URL https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj Description Adds some extra features to Twitter, including video download, picture-in-picture, and more. File Size 272 KB Installation Count 62 Current Version 3.2.4 Last Updated 2023-11-03 Publish Date 2023-05-13 Developer https://sampson.codes Email jjdsampson@gmail.com Payment Type free Extension Website https://twitter.com/jonathansampson Help Page URL https://twitter.com/jonathansampson Supported Languages 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
}
}