Netflix rewind x seconds
Netflix rewind or skip a parameter seconds
什麼是Netflix rewind x seconds?
Netflix rewind x seconds是由wahid-moh開發的Chrome擴展程式,該擴展的主要功能是“Netflix rewind or skip a parameter seconds”。
擴展截圖
下載Netflix rewind x seconds擴展crx文件
下載Netflix rewind x seconds擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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) 擴展基本資訊
| 名稱 | |
| ID | jmklaacdggogjblaiofpikjjhblhicop |
| 官方網址 | https://chromewebstore.google.com/detail/netflix-rewind-x-seconds/jmklaacdggogjblaiofpikjjhblhicop |
| 簡介 | Netflix rewind or skip a parameter seconds |
| 檔案大小 | 8.89 KB |
| 安裝次數 | 352 |
| 目前版本 | 1.0 |
| 更新時間 | 2023-01-11 |
| 上架時間 | 2023-01-10 |
| 評分 | 2.75/5 共 4 次評分 |
| 開發者 | wahid-moh |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://github.com/wahid-moh/rewind-netflix |
| 支援的語言 | 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": [
" | |