Twitter Extras

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

Was ist Twitter Extras?

Twitter Extras ist eine Chrome-Erweiterung, die von https://sampson.codes entwickelt wurde, und ihr Hauptmerkmal ist "Adds some extra features to Twitter, including video download, picture-in-picture, and more.".

Erweiterungsscreenshots

screenshot

Twitter Extras-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitter Extras-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Twitter Extras Twitter Extras
ID hapodabojpphnloafpaapmcpofcbanaj
Offizielle URL https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj
Beschreibung Adds some extra features to Twitter, including video download, picture-in-picture, and more.
Dateigröße 272 KB
Installationsanzahl 62
Aktuelle Version 3.2.4
Letztes Update 2023-11-03
Veröffentlichungsdatum 2023-05-13
Entwickler https://sampson.codes
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://twitter.com/jonathansampson
Hilfeseite URL https://twitter.com/jonathansampson
Unterstützte Sprachen 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
    }
}