Video Scrubber for Instagram
Displays player controls for video content on Instagram
Co je Video Scrubber for Instagram?
Video Scrubber for Instagram je rozšíření Chrome vyvinuté https://www.georgemike.com, a jeho hlavní funkcí je „Displays player controls for video content on Instagram“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Video Scrubber for Instagram
Stáhněte si soubory rozšíření Video Scrubber for Instagram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Video Scrubber for Instagram |
ID | apondjajmejlodhkaenofcicoiiekghf |
Oficiální URL | https://chromewebstore.google.com/detail/video-scrubber-for-instag/apondjajmejlodhkaenofcicoiiekghf |
Popis | Displays player controls for video content on Instagram |
Velikost souboru | 256 KB |
Počet instalací | 6,739 |
Aktuální Verze | 5.0.1 |
Poslední Aktualizace | 2023-07-06 |
Datum Vydání | 2020-05-27 |
Hodnocení | 4.27/5 Celkem 55 Hodnocení |
Vývojář | https://www.georgemike.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.georgemike.com/ |
URL Stránky Nápovědy | https://www.georgemike.com/ |
URL Stránky Zásad Ochrany Soukromí | https://www.georgemike.com/chrome/privacypolicy |
Podporované Jazyky | 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\/*" ] } |