Video controls
This extension always shows the controls over a video/animated gif
Wat is Video controls?
Video controls is een Chrome-extensie ontwikkeld door Dumitru Buzoianu, en de belangrijkste functie is "This extension always shows the controls over a video/animated gif".
Extensie Screenshots
Download het CRX-bestand van de extensie Video controls
Download Video controls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation. Basisinformatie over de Extensie
| Naam | |
| ID | gjljlaipmmjmogcbeabcaelfnbajcpih |
| Officiële URL | https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih |
| Beschrijving | This extension always shows the controls over a video/animated gif |
| Bestandsgrootte | 54.03 KB |
| Aantal Installaties | 442 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-05-28 |
| Publicatiedatum | 2017-05-28 |
| Beoordeling | 2.80/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Dumitru Buzoianu |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |