NetFelix: Channel Surf Netflix

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

Was ist NetFelix: Channel Surf Netflix?

NetFelix: Channel Surf Netflix ist eine Chrome-Erweiterung, die von Foundry Stack entwickelt wurde, und ihr Hauptmerkmal ist "Randomly flick through shows and movies on Netflix just like channels in the good old days!.".

Erweiterungsscreenshots

screenshot
screenshot

NetFelix: Channel Surf Netflix-Erweiterungs-CRX-Datei herunterladen

Laden Sie NetFelix: Channel Surf Netflix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name NetFelix: Channel Surf Netflix NetFelix: Channel Surf Netflix
ID cnmkeloefmnhjolcjpbkohancobehnec
Offizielle URL https://chromewebstore.google.com/detail/netfelix-channel-surf-net/cnmkeloefmnhjolcjpbkohancobehnec
Beschreibung Randomly flick through shows and movies on Netflix just like channels in the good old days!.
Dateigröße 200 KB
Installationsanzahl 191
Aktuelle Version 0.0.4
Letztes Update 2020-07-21
Veröffentlichungsdatum 2020-07-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Foundry Stack
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}