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
公式URL 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\/*"
    ]
}