Video controls
This extension always shows the controls over a video/animated gif
什麼是Video controls?
Video controls是由Dumitru Buzoianu開發的Chrome擴展程式,該擴展的主要功能是“This extension always shows the controls over a video/animated gif”。
擴展截圖
下載Video controls擴展crx文件
下載Video controls擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Display controls on GIF/VIDEO files on sites like 9gag or imgur. Just turn it on and mouse over the animation.
擴展基本資訊
名稱 | Video controls |
ID | gjljlaipmmjmogcbeabcaelfnbajcpih |
官方網址 | https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih |
簡介 | This extension always shows the controls over a video/animated gif |
檔案大小 | 54.03 KB |
安裝次數 | 442 |
目前版本 | 1.0 |
更新時間 | 2017-05-28 |
上架時間 | 2017-05-28 |
評分 | 2.80/5 共 10 次評分 |
開發者 | Dumitru Buzoianu |
付費類型 | free |
支援的語言 | 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" ] } |