POPfact Video
PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…
Wat is POPfact Video?
POPfact Video is een Chrome-extensie ontwikkeld door http://popfactvideo.com, en de belangrijkste functie is "PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…".
Extensie Screenshots
Download het CRX-bestand van de extensie POPfact Video
Download POPfact Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lcdehmpojclohcpkbilljkmkkibednik |
Officiële URL | https://chrome.google.com/webstore/detail/popfact-video/lcdehmpojclohcpkbilljkmkkibednik |
Beschrijving | PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN… |
Bestandsgrootte | 59.58 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.0.0.6 |
Laatst Bijgewerkt | 2017-05-10 |
Publicatiedatum | 2017-05-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://popfactvideo.com |
Betalingswijze | in_app |
Extensiewebsite | http://popfactvideo.com |
Help Pagina-URL | http://popfactvideo.com/faq |
Ondersteunde Talen | 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\/*" ] } |