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."
}