Netflix rewind x seconds
Netflix rewind or skip a parameter seconds
What is Netflix rewind x seconds?
Netflix rewind x seconds is a Chrome extension developed by wahid-moh, and its main feature is "Netflix rewind or skip a parameter seconds".
Extension Screenshots
Download Netflix rewind x seconds Extension CRX File
Download Netflix rewind x seconds extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Rewind / skip time on netflix movies, time can be paramtered. Use key keyboard < to rewind with x second Use key keyboard > to skip with x second Use > or . to skip with 5 seconds (does get stuck sometimes)
Extension Basic Information
Name | Netflix rewind x seconds |
ID | jmklaacdggogjblaiofpikjjhblhicop |
Official URL | https://chromewebstore.google.com/detail/netflix-rewind-x-seconds/jmklaacdggogjblaiofpikjjhblhicop |
Description | Netflix rewind or skip a parameter seconds |
File Size | 8.89 KB |
Installation Count | 352 |
Current Version | 1.0 |
Last Updated | 2023-01-11 |
Publish Date | 2023-01-10 |
Rating | 2.75/5 Total 4 Ratings |
Developer | wahid-moh |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/wahid-moh/rewind-netflix |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Netflix rewind x seconds", "description": "Netflix rewind or skip a parameter seconds", "version": "1.0", "permissions": [ "storage" ], "action": { "default_popup": "index.html", "default_icon": "netflix-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "inject.js" ] } ], "host_permissions": [ " |