Instagram Video Controller
SeekBar control for all Instagram videos (Reels, Stories, Slides Posts)
Instagram Video Controller란 무엇입니까?
Instagram Video Controller은(는) Milad Ghiravani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SeekBar control for all Instagram videos (Reels, Stories, Slides Posts)"입니다.
확장 프로그램 스크린샷
Instagram Video Controller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension, you can view a seekbar for videos on Instagram's website. Moreover, this extension provides good support for Instagram stories (mentions & links). * Works with all Instagram videos (Reels, Stories, Slides Posts) as well. * You can view the video seekbar at the bottom of the Instagram website. * To fast forward or rewind the video, simply click anywhere on the seek bar.
확장 프로그램 기본 정보
이름 | Instagram Video Controller |
ID | afbjmeddhogcgacpeogkmmefbenccbmg |
공식 URL | https://chromewebstore.google.com/detail/instagram-video-controlle/afbjmeddhogcgacpeogkmmefbenccbmg |
설명 | SeekBar control for all Instagram videos (Reels, Stories, Slides Posts) |
파일 크기 | 64.25 KB |
설치 횟수 | 38 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-11-28 |
출시 날짜 | 2023-11-27 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | Milad Ghiravani |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 3, "name": "Instagram Video Controller", "version": "1.3", "description": "SeekBar control for all Instagram videos (Reels, Stories, Slides Posts)", "author": "Milad Ghiravani [email protected]", "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ], "css": [ "styles\/style.css" ] } ], "icons": { "16": "img\/icon_16x16.png", "32": "img\/icon_32x32.png", "48": "img\/icon_48x48.png", "128": "img\/icon_128x128.png" }, "action": { "default_icon": { "128": "img\/icon_128x128.png", "16": "img\/icon_16x16.png", "48": "img\/icon_48x48.png" } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgoGJTP7HesdkjR+dVba0NE4\/dH5JRBsapiDXci\/qd82Kb42c94jPs8Q66yeoCkQ57ZNEBGgXcl9Cj+1gty3KItPSjfUhf8yIP+Ydh\/CFKbEiTZu8b4iUXhfNuU31vHupPIsa+MqnNFdWpDjbWwdjrjQL1zk3egMDYbnakvwPoiqAaSStTmCYfLGx7uq+MqYI5isTpz6W6Y5gmJlkzazglk1zjlQpFPt68\/X8qF2Pz2wJEN0Encve5QMuoaXNy1HaDyJotCQndvTqd3Dj2WirLn2lSGMY5\/j9PLTHAeINjiDJqz4osdM4xg5lNevfHHZLij8308b7WmnnLXPi+jIPxwIDAQAB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |