Better Instagram Videos: Playback & Volume
Easily control the playback and volume of any Instagram videos.
Better Instagram Videos: Playback & Volumeとは何ですか?
Better Instagram Videos: Playback & Volumeはhttps://emirkabal.comによって開発されたChromeの拡張機能で、その主な機能は「Easily control the playback and volume of any Instagram videos.」です。
拡張機能のスクリーンショット
Better Instagram Videos: Playback & Volume拡張機能のCRXファイルをダウンロード
Better Instagram Videos: Playback & Volume拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enhances your Instagram experience by allowing easy video playback and volume adjustment.
Features:
- Playback/seek control
- Volume control (remembered)
- Downloadable video
- Supports all videos on the Instagram except stories section
Github: https://github.com/emirkabal/better-instagram-videos
Legal:
Instagram is a registered trademark. This extension was developed independently of Instagram, by someone who is not related or affiliated with Instagram, without any help or endorsement from them. 拡張機能の基本情報
| 名前 | |
| ID | ijgmchfimkocepiapjeoehcicfnhhchp |
| 公式URL | https://chromewebstore.google.com/detail/better-instagram-videos-p/ijgmchfimkocepiapjeoehcicfnhhchp |
| 説明 | Easily control the playback and volume of any Instagram videos. |
| ファイルサイズ | 66.96 KB |
| インストール数 | 68 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2023-12-26 |
| 公開日 | 2023-12-26 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://emirkabal.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/emirkabal/better-instagram-videos/issues |
| 対応言語 | de,en,fr,nl,tr,es,it,pl,pt-BR,el,bg,ru,uk,ar,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "1.0.5",
"action": [],
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader-3b2f4b6d.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
],
"css": [
"assets\/main-e5d4be7f.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"resources": [
"assets\/main.tsx-a0f12a38.js"
],
"use_dynamic_url": true
}
]
} | |