Twitter Extras

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

Co je Twitter Extras?

Twitter Extras je rozšíření Chrome vyvinuté https://sampson.codes, a jeho hlavní funkcí je „Adds some extra features to Twitter, including video download, picture-in-picture, and more.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Extras

Stáhněte si soubory rozšíření Twitter Extras ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitter Extras Twitter Extras
ID hapodabojpphnloafpaapmcpofcbanaj
Oficiální URL https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj
Popis Adds some extra features to Twitter, including video download, picture-in-picture, and more.
Velikost souboru 272 KB
Počet instalací 62
Aktuální Verze 3.2.4
Poslední Aktualizace 2023-11-03
Datum Vydání 2023-05-13
Vývojář https://sampson.codes
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://twitter.com/jonathansampson
URL Stránky Nápovědy https://twitter.com/jonathansampson
Podporované Jazyky 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
    }
}