ComfyFlix

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

什麼是ComfyFlix?

ComfyFlix是由M. Alex Boyd開發的Chrome擴展程式,該擴展的主要功能是“ComfyFlix clicks the count down timer between episodes on Netflix for you. No Setup needed.”。

擴展截圖

screenshot
screenshot

下載ComfyFlix擴展crx文件

下載ComfyFlix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # 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).                    

擴展基本資訊

名稱 ComfyFlix ComfyFlix
ID ddnipedkkjbiclaomlalefpeljjamhma
官方網址 https://chromewebstore.google.com/detail/comfyflix/ddnipedkkjbiclaomlalefpeljjamhma
簡介 ComfyFlix clicks the count down timer between episodes on Netflix for you. No Setup needed.
檔案大小 14.86 KB
安裝次數 1,044
目前版本 4.0.0
更新時間 2020-05-28
上架時間 2020-05-27
評分 2.82/5 共 17 次評分
開發者 M. Alex Boyd
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/malexanderboyd/ComfyFlix
說明頁面URL https://github.com/malexanderboyd/ComfyFlix
支援的語言 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"
        }
    ]
}