Video Scrubber for Instagram
Displays player controls for video content on Instagram
Video Scrubber for Instagramคืออะไร?
Video Scrubber for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.georgemike.com และคุณลักษณะหลักของมันคือ "Displays player controls for video content on Instagram"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Scrubber for Instagram
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |