Better Instagram Videos: Playback & Volume
Easily control the playback and volume of any Instagram videos.
Better Instagram Videos: Playback & Volume là gì?
Better Instagram Videos: Playback & Volume là một tiện ích mở rộng Chrome được phát triển bởi https://emirkabal.com, và tính năng chính của nó là "Easily control the playback and volume of any Instagram videos.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Instagram Videos: Playback & Volume
Tải xuống các tệp mở rộng Better Instagram Videos: Playback & Volume dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Instagram Videos: Playback & Volume |
ID | ijgmchfimkocepiapjeoehcicfnhhchp |
URL Chính Thức | https://chromewebstore.google.com/detail/better-instagram-videos-p/ijgmchfimkocepiapjeoehcicfnhhchp |
Mô tả | Easily control the playback and volume of any Instagram videos. |
Kích Thước Tệp | 66.96 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-12-26 |
Ngày Phát Hành | 2023-12-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://emirkabal.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/emirkabal/better-instagram-videos/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |