Fullscreen Youtube on Twitter

Enables fullscreen mode for youtube videos embedded in the twitter feed

Co to jest Fullscreen Youtube on Twitter?

Fullscreen Youtube on Twitter to rozszerzenie Chrome opracowane przez http://pause-geek.fr, a jego główną funkcją jest „Enables fullscreen mode for youtube videos embedded in the twitter feed”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fullscreen Youtube on Twitter

Pobierz pliki rozszerzeń Fullscreen Youtube on Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fullscreen Youtube on Twitter Fullscreen Youtube on Twitter
ID fkjbbblglhfokmilicmlbgoijjlikdep
Oficjalny URL https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep
Opis Enables fullscreen mode for youtube videos embedded in the twitter feed
Rozmiar pliku 4.22 KB
Liczba instalacji 32
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2016-08-13
Data Publikacji 2016-08-13
Deweloper http://pause-geek.fr
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}