Twitter Extras

Adds some extra features to Twitter, including video download, picture-in-picture, and more.

Wat is Twitter Extras?

Twitter Extras is een Chrome-extensie ontwikkeld door https://sampson.codes, en de belangrijkste functie is "Adds some extra features to Twitter, including video download, picture-in-picture, and more.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter Extras

Download Twitter Extras-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitter Extras Twitter Extras
ID hapodabojpphnloafpaapmcpofcbanaj
Officiële URL https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj
Beschrijving Adds some extra features to Twitter, including video download, picture-in-picture, and more.
Bestandsgrootte 272 KB
Aantal Installaties 62
Huidige Versie 3.2.4
Laatst Bijgewerkt 2023-11-03
Publicatiedatum 2023-05-13
Ontwikkelaar https://sampson.codes
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/jonathansampson
Help Pagina-URL https://twitter.com/jonathansampson
Ondersteunde Talen 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
    }
}