POPfact Video

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

Was ist POPfact Video?

POPfact Video ist eine Chrome-Erweiterung, die von http://popfactvideo.com entwickelt wurde, und ihr Hauptmerkmal ist "PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

POPfact Video-Erweiterungs-CRX-Datei herunterladen

Laden Sie POPfact Video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name POPfact Video POPfact Video
ID lcdehmpojclohcpkbilljkmkkibednik
Offizielle URL https://chrome.google.com/webstore/detail/popfact-video/lcdehmpojclohcpkbilljkmkkibednik
Beschreibung PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…
Dateigröße 59.58 KB
Installationsanzahl 14
Aktuelle Version 0.0.0.6
Letztes Update 2017-05-10
Veröffentlichungsdatum 2017-05-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://popfactvideo.com
Zahlungsart in_app
Erweiterungswebsite http://popfactvideo.com
Hilfeseite URL http://popfactvideo.com/faq
Unterstützte Sprachen 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\/*"
    ]
}