Get Netflix

Extension for Netflix to skip intros, recaps, start next movie/episode in faster pace and many more.

Τι είναι το Get Netflix;

Το Get Netflix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Browser Plugins, και η κύρια λειτουργία του είναι "Extension for Netflix to skip intros, recaps, start next movie/episode in faster pace and many more.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get Netflix – Easily access netflix 
Easily access netlfix and watch your favorite shows and movies
Extension for Netflix to skip intros, recaps, start next movie/episode in faster pace and many more.

General features:

- Clicking on extension icon will open Netflix page in new tab
- Clicking on extension status icon in video player, disable/enable all extension features
- Extension adds coloured icon at Netflix video player controls that indicate extension state and show more extension info when hovered upon
- Extension will try to automatically recover if it stops working or updates itself

Video player key bindings:

- Press N in player if you want to go to the next episode during the current episode (can be changed in configuration)
- Press B in player if you want to go to the previous episode during the current episode (can be changed in configuration)
- Press Escape in player to return to browser (can be changed in configuration)
- Press Up Arrow in player to increase volume (original Netflix feature)
- Press Down Arrow in player to decrease volume (original Netflix feature)
- Press M in player to mute/unmute (original Netflix feature)
- Press Space/Enter in player to play/pause (original Netflix feature)
- Press Right Arrow in player to skip forward (original Netflix feature)
- Press Left Arrow in player to skip backward (original Netflix feature)
- Press F in player to make video full screen (original Netflix feature)
- Press S in player to make skip intro or recap, if skip button is shown by Netflix (original Netflix feature)

Chromecast player key bindings:

- Press M in player to mute/unmute (original Netflix feature)
- Press Space/Enter in player to play/pause (original Netflix feature)

Chromecast player features:

- When current episode ends, next episode will start as soon as possible (can be changed in configuration)
- Hiding extension status icon (can be changed in configuration)


Disclaimer:

NETFLIX is a trademark of Netflix, Inc.. This application and its developer are in no way affiliated with Netflix, Inc..                    

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

Όνομα Get Netflix Get Netflix
ID mimfgbhmfimnhmpmblaofjfalepiddjh
Επίσημο URL https://chrome.google.com/webstore/detail/get-netflix/mimfgbhmfimnhmpmblaofjfalepiddjh
Περιγραφή Extension for Netflix to skip intros, recaps, start next movie/episode in faster pace and many more.
Μέγεθος Αρχείου 119 KB
Αριθμός Εγκαταστάσεων 175
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2020-05-19
Ημερομηνία Δημοσίευσης 2020-05-19
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Free Browser Plugins
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.getnetflix.co
URL της Σελίδας Πολιτικής Απορρήτου https://freebrowserplugins.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "version": "1.1.1",
    "author": "__MSG_author__",
    "offline_enabled": false,
    "icons": {
        "16": "images\/netflex.png",
        "48": "images\/netflex.png",
        "128": "images\/netflex.png"
    },
    "browser_action": {
        "default_icon": "images\/netflex.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/global.js",
                "scripts\/vars.js",
                "scripts\/assistant.js",
                "scripts\/rating.js",
                "scripts\/fireworks.js",
                "scripts\/init.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "scripts\/jquery.js",
            "scripts\/global.js",
            "scripts\/vars.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/www.netflix.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/netflex.png",
        "images\/loader.gif",
        "images\/options.png"
    ]
}