Video Scrubber for Instagram
Displays player controls for video content on Instagram
Video Scrubber for Instagramとは何ですか?
Video Scrubber for Instagramはhttps://www.georgemike.comによって開発されたChromeの拡張機能で、その主な機能は「Displays player controls for video content on Instagram」です。
拡張機能のスクリーンショット
Video Scrubber for Instagram拡張機能のCRXファイルをダウンロード
Video Scrubber for Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Video Scrubber for Instagram adds video controls to your videos on Instagram. There's an optional page-level progress indicator that's rull cute. It's salmon. Bonus Features: - Keyboard shortcuts to: * Play/pause * Jump forward/back 5s * Increase/decrease the volume of videos * Change the playback rate from: .25x - 2x * Play videos in pop-out windows. - Remember and automatically set your last video volume level. It does all these things because it cares about you as as person. About your well-being. Updated: October 2022
拡張機能の基本情報
名前 | Video Scrubber for Instagram |
ID | apondjajmejlodhkaenofcicoiiekghf |
公式URL | https://chromewebstore.google.com/detail/video-scrubber-for-instag/apondjajmejlodhkaenofcicoiiekghf |
説明 | Displays player controls for video content on Instagram |
ファイルサイズ | 256 KB |
インストール数 | 6,739 |
現在のバージョン | 5.0.1 |
最終更新日 | 2023-07-06 |
公開日 | 2020-05-27 |
評価 | 4.27/5 合計 55 レビュー |
開発者 | https://www.georgemike.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.georgemike.com/ |
ヘルプページのURL | https://www.georgemike.com/ |
プライバシーポリシーページのURL | https://www.georgemike.com/chrome/privacypolicy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "5.0.1", "name": "Video Scrubber for Instagram", "short_name": "Video Scrubber", "description": "Displays player controls for video content on Instagram", "homepage_url": "https:\/\/georgemike.com", "icons": { "128": "images\/icon.128.png" }, "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/instagram.com\/*", "https:\/\/*.instagram.com\/*" ], "js": [ "lib\/progress.js-0.1.0\/progress.min.js", "js\/lib\/FileSaver.v2.0.2.min.js", "js\/ActiveVideoManager.js", "js\/BrowserEnv.js", "js\/FeatureIntroducer.js", "js\/InstaUtils.js", "js\/VideoModifier.js", "js\/config.js", "js\/utils.js", "js\/content.js" ], "css": [ "lib\/progress.js-0.1.0\/progressjs.min.css", "css\/scrub.css" ], "all_frames": true } ], "host_permissions": [ "https:\/\/instagram.com\/*", "https:\/\/*.instagram.com\/*" ] } |