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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
]
} | |