Enhancer for Netflix, Crunchyroll, etc

Show trailers, IMDb/Simkl ratings, secret categories and much more, on the Netflix page. Sync Netflix or Crunchyroll to Simkl.

Τι είναι το Enhancer for Netflix, Crunchyroll, etc;

Το Enhancer for Netflix, Crunchyroll, etc είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://simkl.com, και η κύρια λειτουργία του είναι "Show trailers, IMDb/Simkl ratings, secret categories and much more, on the Netflix page. Sync Netflix or Crunchyroll to Simkl.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A few great features in this browser extension that enhance Netflix:
✓ Import and sync all watch history to Simkl.
✓ Enhanced web interface with SIMKL\IMDB\MAL ratings, trailers and year info.
✓ Super Browse more than 27000 Netflix Secret Categories in a separate menu.
✓ Search and save to favorites Secret Categories.
✓ Contains a new "Add reaction" or "5 reactions" buttons that you can click on when hovering the shows and movies that opens a way to read reviews and comments, add your own and to rate the show and movie that you watched.
✓ Watched movies and shows grayed out using your full watch history from Simkl.
✓ Sync all your TV and mobile watch history.
✓ Have a full watch history of all TV Shows, Anime and Movies on Simkl.

Other great features:
✓ Import and sync all Crunchyroll history to Simkl


Netflix enhancer syncs all from all devices so you can watch on your TV, mobile, iPad, etc, and see what you watched, what you missed and what to watch next on Simkl.

This extension requires a Simkl.com account so that you could use the Simkl API to see IMDB, MAL, Simkl ratings, trailers and grey out watched movies. Secret Categories, Trailers, IMDb\MAL ratings, TV Show Year info are powered by Simkl database.

Discuss on Discord https://discord.gg/u89XfYn

By installing this extension, you give Simkl your consent to view your Netflix and Crunchyroll watch history and import it to your Simkl profile. Simkl is not affiliated with Netflix or Crunchyroll so please check their terms of service as well.                    

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

Όνομα Enhancer for Netflix, Crunchyroll, etc Enhancer for Netflix, Crunchyroll, etc
ID dbpjfmehfpcgmlpfnfilcnhbckmecmca
Επίσημο URL https://chromewebstore.google.com/detail/enhancer-for-netflix-crun/dbpjfmehfpcgmlpfnfilcnhbckmecmca
Περιγραφή Show trailers, IMDb/Simkl ratings, secret categories and much more, on the Netflix page. Sync Netflix or Crunchyroll to Simkl.
Μέγεθος Αρχείου 309 KB
Αριθμός Εγκαταστάσεων 37,711
Τρέχουσα Έκδοση 7.3.0
Τελευταία Ενημέρωση 2023-09-20
Ημερομηνία Δημοσίευσης 2020-05-31
Αξιολόγηση 3.82/5 Συνολικά 251 Αξιολογήσεις
Προγραμματιστής https://simkl.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://simkl.com
Διεύθυνση URL της Σελίδας Βοήθειας http://support.simkl.com
URL της Σελίδας Πολιτικής Απορρήτου https://simkl.com/about/policies/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "Enhancer for Netflix, Crunchyroll, etc",
    "short_name": "Simkl TV Tracker",
    "version": "7.3.0",
    "description": "Show trailers, IMDb\/Simkl ratings, secret categories and much more, on the Netflix page. Sync Netflix or Crunchyroll to Simkl.",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "optional_permissions": [
        "https:\/\/www.netflix.com\/",
        "https:\/\/www.crunchyroll.com\/",
        "https:\/\/beta-api.crunchyroll.com\/",
        "https:\/\/beta.crunchyroll.com\/"
    ],
    "author": "Simkl (Simkl.com)",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "ico\/ico_19x19_main.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-so4mjbVbdUU+tLOfhdBKVfYwmlXucQ7nyNOGrd8iju0=';  object-src 'self';",
    "icons": {
        "128": "ico\/ico_128_v2.png"
    },
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "simkl-oauth.html",
        "netflix_secret_tpl.html",
        "netflix_random_tpl.html",
        "fonts\/open-sans-v15-latin-300.woff2",
        "fonts\/open-sans-v15-latin-600.woff2",
        "fonts\/open-sans-v15-latin-700.woff2",
        "fonts\/open-sans-v15-latin-regular.woff2",
        "ico\/rolling.png"
    ]
}