Twitter Extras
Adds some extra features to Twitter, including video download, picture-in-picture, and more.
Hvad er Twitter Extras?
Twitter Extras er en Chrome-udvidelse udviklet af https://sampson.codes, og dens hovedfunktion er "Adds some extra features to Twitter, including video download, picture-in-picture, and more.".
Udvidelsesskærmbilleder
Download Twitter Extras-udvidelses-CRX-fil
Download Twitter Extras-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Twitter Extras |
ID | hapodabojpphnloafpaapmcpofcbanaj |
Officiel URL | https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj |
Beskrivelse | Adds some extra features to Twitter, including video download, picture-in-picture, and more. |
Filstørrelse | 272 KB |
Antal Installationer | 62 |
Nuværende Version | 3.2.4 |
Senest Opdateret | 2023-11-03 |
Udgivelsesdato | 2023-05-13 |
Udvikler | https://sampson.codes |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://twitter.com/jonathansampson |
Hjælpeside-URL | https://twitter.com/jonathansampson |
Understøttede Sprog | 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 } } |