POPfact Video

PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…

什麼是POPfact Video?

POPfact Video是由http://popfactvideo.com開發的Chrome擴展程式,該擴展的主要功能是“PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…”。

擴展截圖

screenshot
screenshot
screenshot

下載POPfact Video擴展crx文件

下載POPfact Video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER.
POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch.

LEARN NOT-USEFUL FACTS LIKE:
- Who the f*** is Johnny Bench? (Archer)
- What actual 80s movies are referenced by this weird monster? (Stranger Things)
- How many times does Kevin Spacey talk to the camera? (House of Cards)
And more!

ONE EXTENSION, MANY SHOWS
Download the POPfact Video extension, turn it on, and get POPfacts for any of our reviewed shows.

For more info, including schedule, check out popfactvideo.com                    

擴展基本資訊

名稱 POPfact Video POPfact Video
ID lcdehmpojclohcpkbilljkmkkibednik
官方網址 https://chrome.google.com/webstore/detail/popfact-video/lcdehmpojclohcpkbilljkmkkibednik
簡介 PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…
檔案大小 59.58 KB
安裝次數 14
目前版本 0.0.0.6
更新時間 2017-05-10
上架時間 2017-05-10
評分 5.00/5 共 1 次評分
開發者 http://popfactvideo.com
付費類型 in_app
擴展官網 http://popfactvideo.com
說明頁面URL http://popfactvideo.com/faq
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "POPfact Video",
    "version": "0.0.0.6",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.2.0.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/watch\/*"
            ],
            "js": [
                "jquery-3.2.0.min.js",
                "content.js",
                "toggle.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "ArcherNotes",
        "default_icon": "off.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/watch\/*"
    ]
}