Twitter GIFs fullscreener

Create fullscreen icon over twitter GIFs post to allows toggle full screen mode

Cos'è Twitter GIFs fullscreener?

Twitter GIFs fullscreener è un'estensione di Chrome sviluppata da aleha_84, e la sua funzione principale è "Create fullscreen icon over twitter GIFs post to allows toggle full screen mode".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter GIFs fullscreener

Scarica i file di estensione Twitter GIFs fullscreener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        People who use twitter from a desktop browser have certainly noticed that tweets containing GIFs cannot be switched to full screen mode. It gets awkward when artists publish their art in this format (because it avoids over-compression).
This extension allows you to view such posts in full screen mode.                    

Informazioni di Base sull'Estensione

Nome Twitter GIFs fullscreener Twitter GIFs fullscreener
ID inlidenghlhianjapipmmnjajkccoocf
URL Ufficiale https://chromewebstore.google.com/detail/twitter-gifs-fullscreener/inlidenghlhianjapipmmnjajkccoocf
Descrizione Create fullscreen icon over twitter GIFs post to allows toggle full screen mode
Dimensione del File 12.4 KB
Conteggio Installazioni 395
Versione Corrente 1.0
Ultimo Aggiornamento 2021-07-14
Data di Pubblicazione 2021-07-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore aleha_84
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter GIFs fullscreener",
    "description": "Create fullscreen icon over twitter GIFs post to allows toggle full screen mode",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}