Smart Screen

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

Co to jest Smart Screen?

Smart Screen to rozszerzenie Chrome opracowane przez Disruptel, a jego główną funkcją jest „Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Smart Screen

Pobierz pliki rozszerzeń Smart Screen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Screen Smart Screen
ID dljhjjnhapclmfbagbdkkpfkjgpkkfho
Oficjalny URL https://chromewebstore.google.com/detail/smart-screen/dljhjjnhapclmfbagbdkkpfkjgpkkfho
Opis Smart Screen automatically recognizes the on-screen actors and actresses on Netflix content.
Rozmiar pliku 2.44 MB
Liczba instalacji 243
Aktualna Wersja 1.2.11
Ostatnia Aktualizacja 2022-02-08
Data Publikacji 2021-02-21
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Disruptel
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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."
}