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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |