ComfyFlix

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

ComfyFlix क्या है?

ComfyFlix M. Alex Boyd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ComfyFlix clicks the count down timer between episodes on Netflix for you. No Setup needed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ComfyFlix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # 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
आधिकारिक URL 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"
        }
    ]
}