Video controls

This extension always shows the controls over a video/animated gif

Co to jest Video controls?

Video controls to rozszerzenie Chrome opracowane przez Dumitru Buzoianu, a jego główną funkcją jest „This extension always shows the controls over a video/animated gif”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Video controls

Pobierz pliki rozszerzeń Video controls 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

                        Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation.                    

Podstawowe informacje o rozszerzeniu

Nazwa Video controls Video controls
ID gjljlaipmmjmogcbeabcaelfnbajcpih
Oficjalny URL https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih
Opis This extension always shows the controls over a video/animated gif
Rozmiar pliku 54.03 KB
Liczba instalacji 442
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-05-28
Data Publikacji 2017-05-28
Ocena 2.80/5 Łącznie 10 Oceny
Deweloper Dumitru Buzoianu
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video controls",
    "description": "This extension always shows the controls over a video\/animated gif",
    "version": "1.0",
    "browser_action": {
        "default_icon": "off.png",
        "badge_text": "off"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}