Smart Screen

Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.

Τι είναι το Smart Screen;

Το Smart Screen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Disruptel, και η κύρια λειτουργία του είναι "Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Experience truly interactive content with Smart Screen, by Disruptel. 
Smart Screen automatically recognizes the on-screen actors and actresses, allowing you to see what else they’ve been in, and discover similar content. Smart Screen gives you access to next-generation features, powered by Disruptel’s visually-aware artificial intelligence. Currently available on Netflix.com

How does it work?
When a person pauses their video, we analyze the on-screen faces and match them against our database of millions of celebrity faces in less than a second. We tap into our knowledge graph to display supplemental information that enhances the viewing experience.

How do I install and use the extension?
You can easily download and use our extension in under 2 minutes by following the steps below:
Step 1: Click "Add to Chrome" to download the extension.
Step 2: Once you have installed Smart Screen, press the puzzle piece icon in the top right of your Chrome browser and pin the Smart Screen extension to the Chrome toolbar.
Step 3: Click the Smart Screen extension icon and sign in. You can register a new account or log in with your Google account.
Step 4: After you're signed in, go to Netflix.com and pause your movie or show. Smart Screen will automatically identify the on-screen actors and actresses and display supplemental info, like what else they've been in and similar content.                    

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

Όνομα Smart Screen Smart Screen
ID dljhjjnhapclmfbagbdkkpfkjgpkkfho
Επίσημο URL https://chromewebstore.google.com/detail/smart-screen/dljhjjnhapclmfbagbdkkpfkjgpkkfho
Περιγραφή Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.
Μέγεθος Αρχείου 2.44 MB
Αριθμός Εγκαταστάσεων 243
Τρέχουσα Έκδοση 1.2.11
Τελευταία Ενημέρωση 2022-02-08
Ημερομηνία Δημοσίευσης 2021-02-21
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Disruptel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAswzAjACEslHC0AjmuRh1xymstVfEsWf9lU85CtFON9xY\/v8VnJI1tJubocsXvJ1deKoAnMCVBgmCbpCUHsfwoAR8IQZY1M\/v08LrZ7MKwoUZnG\/dy\/4gLj2zB8qXs+g3w0bPEjkXWViaKGTw2mroxfM98taXAOdkqRptGhJojPQgicA3n+G8O6mGTnWcxiGCxoz34H\/+GHlhkVcDJEd7iy2FJYjjWub2aUYbR0Uyxe4903+wc3XVosOYdeOgmej+qFDOEtwQI+ebADbBbte2fXmrYBjUql9QX+Aanb3tBBFWDn3IxOqO04x4+aQbSeWdqpW3eVlvP98QhbE+DZr3YwIDAQAB",
    "homepage_url": "https:\/\/www.disruptel.com\/",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/inactive\/icon-16.png",
            "32": "icons\/inactive\/icon-32.png",
            "48": "icons\/inactive\/icon-48.png",
            "128": "icons\/inactive\/icon-128.png"
        },
        "active_icon": {
            "16": "icons\/active\/icon-16.png",
            "32": "icons\/active\/icon-32.png",
            "48": "icons\/active\/icon-48.png",
            "128": "icons\/active\/icon-128.png"
        },
        "halfactive_icon": {
            "16": "icons\/halfactive\/icon-16.png",
            "32": "icons\/halfactive\/icon-32.png",
            "48": "icons\/halfactive\/icon-48.png",
            "128": "icons\/halfactive\/icon-128.png"
        }
    },
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.netflix.com\/*",
            "*:\/\/*.fubo.tv\/*",
            "*:\/\/play.hbomax.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'; script-src-elem 'self' https:\/\/www.googletagmanager.com https:\/\/apis.google.com",
    "icons": {
        "16": "icons\/active\/icon-16.png",
        "32": "icons\/active\/icon-32.png",
        "48": "icons\/active\/icon-48.png",
        "128": "icons\/active\/icon-128.png"
    },
    "version": "1.2.11",
    "description": "Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content."
}