Video controls

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

Qu'est-ce que Video controls ?

Video controls est une extension Chrome développée par Dumitru Buzoianu, et sa fonction principale est "This extension always shows the controls over a video/animated gif".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Video controls

Téléchargez les fichiers d'extension Video controls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Video controls Video controls
ID gjljlaipmmjmogcbeabcaelfnbajcpih
URL Officiel https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih
Description This extension always shows the controls over a video/animated gif
Taille du Fichier 54.03 KB
Nombre d'Installations 442
Version Actuelle 1.0
Dernière Mise à Jour 2017-05-28
Date de Publication 2017-05-28
Évaluation 2.80/5 Total 10 Évaluations
Développeur Dumitru Buzoianu
Type de Paiement free
Langues Prises en Charge 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"
    ]
}