Smart Screen

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

Vad är Smart Screen?

Smart Screen är en Chrome-tillägg utvecklad av Disruptel, och dess huvudfunktion är "Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Smart Screen-förlängningens CRX-fil

Ladda ner Smart Screen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Smart Screen Smart Screen
ID dljhjjnhapclmfbagbdkkpfkjgpkkfho
Officiell webbadress https://chromewebstore.google.com/detail/smart-screen/dljhjjnhapclmfbagbdkkpfkjgpkkfho
Beskrivning Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.
Filstorlek 2.44 MB
Antal Installationer 243
Aktuell Version 1.2.11
Senast Uppdaterad 2022-02-08
Publiceringsdatum 2021-02-21
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Disruptel
E-post [email protected]
Betalningssätt free
Stödda Språk 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."
}