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
官方網址 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"
    ]
}