Video controls
This extension always shows the controls over a video/animated gif
Cos'è Video controls?
Video controls è un'estensione di Chrome sviluppata da Dumitru Buzoianu, e la sua funzione principale è "This extension always shows the controls over a video/animated gif".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video controls
Scarica i file di estensione Video controls 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
Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation. Informazioni di Base sull'Estensione
| Nome | |
| ID | gjljlaipmmjmogcbeabcaelfnbajcpih |
| URL Ufficiale | https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih |
| Descrizione | This extension always shows the controls over a video/animated gif |
| Dimensione del File | 54.03 KB |
| Conteggio Installazioni | 442 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-05-28 |
| Data di Pubblicazione | 2017-05-28 |
| Valutazione | 2.80/5 Totale 10 Valutazioni |
| Sviluppatore | Dumitru Buzoianu |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |