Instagram Video Control
Adds volume and play controls to Instagram videos.
什麼是Instagram Video Control?
Instagram Video Control是由https://www.david-schulte.de開發的Chrome擴展程式,該擴展的主要功能是“Adds volume and play controls to Instagram videos.”。
擴展截圖
下載Instagram Video Control擴展crx文件
下載Instagram Video Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This simple web extension enables the native video controls for Instagram videos. This grants you the ability to control the volume and the video position. 擴展基本資訊
| 名稱 | |
| ID | jlebjkamppjaeoiinkjkgmecoahlefka |
| 官方網址 | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
| 簡介 | Adds volume and play controls to Instagram videos. |
| 檔案大小 | 50.32 KB |
| 安裝次數 | 41 |
| 目前版本 | 0.1 |
| 更新時間 | 2023-07-09 |
| 上架時間 | 2023-07-09 |
| 開發者 | https://www.david-schulte.de |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/Arcus92/instagram-video-control |
| 說明頁面URL | https://github.com/Arcus92/instagram-video-control/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Instagram Video Control",
"version": "0.1",
"description": "Adds volume and play controls to Instagram videos.",
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/Arcus92\/instagram-video-control\/",
"icons": {
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"main.js"
]
}
]
} | |