NetFelix: Channel Surf Netflix

Randomly flick through shows and movies on Netflix just like channels in the good old days!.

NetFelix: Channel Surf Netflix란 무엇입니까?

NetFelix: Channel Surf Netflix은(는) Foundry Stack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Randomly flick through shows and movies on Netflix just like channels in the good old days!."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NetFelix: Channel Surf Netflix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Stop deciding, start watching.

NetFelix is your house cat that sits on your remote, and randomly switches channels. A perfect way to choose something to watch!

Lets you switch to a completely random point in a random show, or set it on 'Auto' mode to flick through automatically.

If you like a show, just open the extension and press 'Stop Surfing' to continue watching the current show.

Let me know in the review the best show you have discovered via this.. Reviews do encourage me to develop this idea further.

Have fun with it!                    

확장 프로그램 기본 정보

이름 NetFelix: Channel Surf Netflix NetFelix: Channel Surf Netflix
ID cnmkeloefmnhjolcjpbkohancobehnec
공식 URL https://chromewebstore.google.com/detail/netfelix-channel-surf-net/cnmkeloefmnhjolcjpbkohancobehnec
설명 Randomly flick through shows and movies on Netflix just like channels in the good old days!.
파일 크기 200 KB
설치 횟수 191
현재 버전 0.0.4
최근 업데이트 2020-07-21
출시 날짜 2020-07-16
평점 5.00/5 총 1 개의 평점
개발자 Foundry Stack
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetFelix: Channel Surf Netflix",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Randomly flick through shows and movies on Netflix just like channels in the good old days!.",
    "homepage_url": "http:\/\/www.foundrystack.com\/netfelix",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/service.js",
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/toolbar.png",
            "38": "icons\/[email protected]"
        },
        "default_title": "NetFelix: Channel Surf Netflix",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/api.reelgood.com\/*",
        "storage",
        "alarms"
    ]
}