Smart Screen

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

Wat is Smart Screen?

Smart Screen is een Chrome-extensie ontwikkeld door Disruptel, en de belangrijkste functie is "Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Smart Screen

Download Smart Screen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Smart Screen Smart Screen
ID dljhjjnhapclmfbagbdkkpfkjgpkkfho
Officiële URL https://chromewebstore.google.com/detail/smart-screen/dljhjjnhapclmfbagbdkkpfkjgpkkfho
Beschrijving Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.
Bestandsgrootte 2.44 MB
Aantal Installaties 243
Huidige Versie 1.2.11
Laatst Bijgewerkt 2022-02-08
Publicatiedatum 2021-02-21
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Disruptel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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."
}