Video controls
This extension always shows the controls over a video/animated gif
Vad är Video controls?
Video controls är en Chrome-tillägg utvecklad av Dumitru Buzoianu, och dess huvudfunktion är "This extension always shows the controls over a video/animated gif".
Tilläggsskärmbilder
Ladda ner Video controls-förlängningens CRX-fil
Ladda ner Video controls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Display controls on GIF/VIDEO files on sites like 9gag or imgur. Just turn it on and mouse over the animation.
Grundläggande Information om Tillägg
Namn | Video controls |
ID | gjljlaipmmjmogcbeabcaelfnbajcpih |
Officiell webbadress | https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih |
Beskrivning | This extension always shows the controls over a video/animated gif |
Filstorlek | 54.03 KB |
Antal Installationer | 442 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-05-28 |
Publiceringsdatum | 2017-05-28 |
Betyg | 2.80/5 Totalt 10 Betyg |
Utvecklare | Dumitru Buzoianu |
Betalningssätt | free |
Stödda Språk | 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" ] } |