Netflix rewind x seconds
Netflix rewind or skip a parameter seconds
Apa itu Netflix rewind x seconds?
Netflix rewind x seconds adalah ekstensi Chrome yang dikembangkan oleh wahid-moh, dan fitur utamanya adalah "Netflix rewind or skip a parameter seconds".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netflix rewind x seconds
Unduh file ekstensi Netflix rewind x seconds dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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) Informasi Dasar Ekstensi
| Nama | |
| ID | jmklaacdggogjblaiofpikjjhblhicop |
| URL Resmi | https://chromewebstore.google.com/detail/netflix-rewind-x-seconds/jmklaacdggogjblaiofpikjjhblhicop |
| Deskripsi | Netflix rewind or skip a parameter seconds |
| Ukuran File | 8.89 KB |
| Jumlah Instalasi | 352 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2023-01-11 |
| Tanggal Publikasi | 2023-01-10 |
| Penilaian | 2.75/5 Total 4 Penilaian |
| Pengembang | wahid-moh |
| [email protected] | |
| Tipe Pembayaran | free |
| URL Halaman Bantuan | https://github.com/wahid-moh/rewind-netflix |
| Bahasa yang Didukung | 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": [
" | |