Twitter Extras

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

Vad är Twitter Extras?

Twitter Extras är en Chrome-tillägg utvecklad av https://sampson.codes, och dess huvudfunktion är "Adds some extra features to Twitter, including video download, picture-in-picture, and more.".

Tilläggsskärmbilder

screenshot

Ladda ner Twitter Extras-förlängningens CRX-fil

Ladda ner Twitter Extras-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Twitter Extras Twitter Extras
ID hapodabojpphnloafpaapmcpofcbanaj
Officiell webbadress https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj
Beskrivning Adds some extra features to Twitter, including video download, picture-in-picture, and more.
Filstorlek 272 KB
Antal Installationer 62
Aktuell Version 3.2.4
Senast Uppdaterad 2023-11-03
Publiceringsdatum 2023-05-13
Utvecklare https://sampson.codes
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://twitter.com/jonathansampson
Hjälpsida URL https://twitter.com/jonathansampson
Stödda Språk 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
    }
}