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ファイルをダウンロード

NetFelix: Channel Surf Netflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}