NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

NflxIntroSkip (Netflix Intro Skip) là gì?

NflxIntroSkip (Netflix Intro Skip) là một tiện ích mở rộng Chrome được phát triển bởi gmertes, và tính năng chính của nó là "Automatically skip intros in the Netflix web-player".

Ả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 NflxIntroSkip (Netflix Intro Skip)

Tải xuống các tệp mở rộng NflxIntroSkip (Netflix Intro Skip) 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

                        A lightweight browser extension that does one thing and one thing only: automatically skip show intros on Netflix. 

-The best at what it does: automatically click on the Skip Intro button in Netflix
-Install and forget, there's no configuration
-Extremely small footprint and zero overhead, only contains the absolute bare minimum to perform its function
-No analytics
-Free and open source                    

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

Tên NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
URL Chính Thức https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
Mô tả Automatically skip intros in the Netflix web-player
Kích Thước Tệp 9.26 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-10-20
Ngày Phát Hành 2021-10-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển gmertes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gmertes/NflxIntroSkip
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NflxIntroSkip",
    "description": "Automatically skip intros in the Netflix web-player",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "NflxIntroSkip (Netflix Intro Skip)",
    "homepage_url": "https:\/\/github.com\/gmertes\/NflxIntroSkip",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ]
}