Fullscreen Youtube on Twitter

Enables fullscreen mode for youtube videos embedded in the twitter feed

Cos'è Fullscreen Youtube on Twitter?

Fullscreen Youtube on Twitter è un'estensione di Chrome sviluppata da http://pause-geek.fr, e la sua funzione principale è "Enables fullscreen mode for youtube videos embedded in the twitter feed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fullscreen Youtube on Twitter

Scarica i file di estensione Fullscreen Youtube on Twitter 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

                        If you want to make sure this extension is not malicious you can check the (very short) source code at https://github.com/BaliBalo/twitterYoutubeFullscreen and use it directly from there.                    

Informazioni di Base sull'Estensione

Nome Fullscreen Youtube on Twitter Fullscreen Youtube on Twitter
ID fkjbbblglhfokmilicmlbgoijjlikdep
URL Ufficiale https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep
Descrizione Enables fullscreen mode for youtube videos embedded in the twitter feed
Dimensione del File 4.22 KB
Conteggio Installazioni 32
Versione Corrente 1.6
Ultimo Aggiornamento 2016-08-13
Data di Pubblicazione 2016-08-13
Sviluppatore http://pause-geek.fr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreen Youtube on Twitter",
    "version": "1.6",
    "description": "Enables fullscreen mode for youtube videos embedded in the twitter feed",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/i\/cards\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}