POPfact Video

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

Hvad er POPfact Video?

POPfact Video er en Chrome-udvidelse udviklet af http://popfactvideo.com, og dens hovedfunktion er "PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download POPfact Video-udvidelses-CRX-fil

Download POPfact Video-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn POPfact Video POPfact Video
ID lcdehmpojclohcpkbilljkmkkibednik
Officiel URL https://chrome.google.com/webstore/detail/popfact-video/lcdehmpojclohcpkbilljkmkkibednik
Beskrivelse PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…
Filstørrelse 59.58 KB
Antal Installationer 14
Nuværende Version 0.0.0.6
Senest Opdateret 2017-05-10
Udgivelsesdato 2017-05-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://popfactvideo.com
Betalingsmetode in_app
Udvidelseswebsted http://popfactvideo.com
Hjælpeside-URL http://popfactvideo.com/faq
Understøttede Sprog 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\/*"
    ]
}