Netflix rewind x seconds

Netflix rewind or skip a parameter seconds

Netflix rewind x seconds là gì?

Netflix rewind x seconds là một tiện ích mở rộng Chrome được phát triển bởi wahid-moh, và tính năng chính của nó là "Netflix rewind or skip a parameter seconds".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netflix rewind x seconds

Tải xuống các tệp mở rộng Netflix rewind x seconds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netflix rewind x seconds Netflix rewind x seconds
ID jmklaacdggogjblaiofpikjjhblhicop
URL Chính Thức https://chromewebstore.google.com/detail/netflix-rewind-x-seconds/jmklaacdggogjblaiofpikjjhblhicop
Mô tả Netflix rewind or skip a parameter seconds
Kích Thước Tệp 8.89 KB
Số Lần Cài Đặt 352
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-01-11
Ngày Phát Hành 2023-01-10
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển wahid-moh
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/wahid-moh/rewind-netflix
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}