Channels for Netflix

Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.

Τι είναι το Channels for Netflix;

Το Channels for Netflix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Evan Francis, και η κύρια λειτουργία του είναι "Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Channels for Netflix

Λήψη αρχείων επέκτασης Channels for Netflix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ** Just updated with new features! Now you can set a channel to play its episodes in order or shuffled. **

Channels for Netflix allows you to create your own "channels" on Netflix. Playing a "channel" enables you to watch episodes from more than one TV show back-to-back.

Simply right-click on a TV show's tile image to bring up a menu for My Channels, and choose a channel to save it to. Create a channel by clicking the "+Manage" button in the My Channels menu.

** Disclaimer**
This extension is in no way affiliated with Netflix. Only guaranteed to work in US region.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Channels for Netflix Channels for Netflix
ID ikfbeibdgkppafgfgegkelkjnadflifa
Επίσημο URL https://chromewebstore.google.com/detail/channels-for-netflix/ikfbeibdgkppafgfgegkelkjnadflifa
Περιγραφή Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.
Μέγεθος Αρχείου 128 KB
Αριθμός Εγκαταστάσεων 150
Τρέχουσα Έκδοση 0.7.1
Τελευταία Ενημέρωση 2015-10-05
Ημερομηνία Δημοσίευσης 2015-10-05
Αξιολόγηση 3.18/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής Evan Francis
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Channels for Netflix",
    "short_name": "Channels for Netflix",
    "version": "0.7.1",
    "description": "Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back. ",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "http:\/\/www.netflix.com\/watch\/*",
                "https:\/\/www.netflix.com\/watch\/*",
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.contextMenu.js",
                "contentscript.js"
            ],
            "css": [
                "jquery.contextMenu.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}