ComfyFlix

ComfyFlix clicks the count down timer between episodes on Netflix for you. No Setup needed.

ComfyFlix là gì?

ComfyFlix là một tiện ích mở rộng Chrome được phát triển bởi M. Alex Boyd, và tính năng chính của nó là "ComfyFlix clicks the count down timer between episodes on Netflix for you. No Setup needed.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng ComfyFlix 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

                        # Updated 5/26/2020

## 2020 UPDATES!!


## ComfyFlix skips the countdown timer between episodes on Netflix. No Setup needed, just install and go to Netflix!

### Prevents the "Are you still watching?" Message!

 Super comfortable, no need to get up!


# 2020 Updates
- Reduced permissions to only netflix.com
- Only click seamless-button, still working emulated click.

# Late February Updates

- Fixed a bug where skipping the intro of shows would sometimes pause the show.

# Early June Updates
- Temporary disabled intro skipping after many reports of causing pausing.

# Early August Updates
- Reenabled intro skipping with hopefully safer skipping mechanism.




ComfyFlix is an extension built off the idea of Flix Assist by Josk Kirk (josh-kirk.com).                    

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

Tên ComfyFlix ComfyFlix
ID ddnipedkkjbiclaomlalefpeljjamhma
URL Chính Thức https://chromewebstore.google.com/detail/comfyflix/ddnipedkkjbiclaomlalefpeljjamhma
Mô tả ComfyFlix clicks the count down timer between episodes on Netflix for you. No Setup needed.
Kích Thước Tệp 14.86 KB
Số Lần Cài Đặt 1,044
Phiên Bản Hiện Tại 4.0.0
Cập Nhật Lần Cuối 2020-05-28
Ngày Phát Hành 2020-05-27
Đánh Giá 2.82/5 Tổng số 17 Đánh Giá
Nhà Phát Triển M. Alex Boyd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/malexanderboyd/ComfyFlix
URL Trang Trợ Giúp https://github.com/malexanderboyd/ComfyFlix
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ComfyFlix",
    "version": "4.0.0",
    "manifest_version": 2,
    "description": "ComfyFlix clicks the count down timer between episodes on Netflix for you. No Setup needed.",
    "homepage_url": "https:\/\/github.com\/malexanderboyd\/ComfyFlix",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "ComfyFlix",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*",
        "http:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}