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
    }
}