Twitter GIFs fullscreener

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

Co to jest Twitter GIFs fullscreener?

Twitter GIFs fullscreener to rozszerzenie Chrome opracowane przez aleha_84, a jego główną funkcją jest „Create fullscreen icon over twitter GIFs post to allows toggle full screen mode”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter GIFs fullscreener

Pobierz pliki rozszerzeń Twitter GIFs fullscreener 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter GIFs fullscreener Twitter GIFs fullscreener
ID inlidenghlhianjapipmmnjajkccoocf
Oficjalny URL https://chromewebstore.google.com/detail/twitter-gifs-fullscreener/inlidenghlhianjapipmmnjajkccoocf
Opis Create fullscreen icon over twitter GIFs post to allows toggle full screen mode
Rozmiar pliku 12.4 KB
Liczba instalacji 395
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-07-14
Data Publikacji 2021-07-14
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper aleha_84
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": "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"
    }
}