POPfact Video
PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…
Qu'est-ce que POPfact Video ?
POPfact Video est une extension Chrome développée par http://popfactvideo.com, et sa fonction principale est "PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension POPfact Video
Téléchargez les fichiers d'extension POPfact Video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lcdehmpojclohcpkbilljkmkkibednik |
URL Officiel | https://chrome.google.com/webstore/detail/popfact-video/lcdehmpojclohcpkbilljkmkkibednik |
Description | PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN… |
Taille du Fichier | 59.58 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.0.0.6 |
Dernière Mise à Jour | 2017-05-10 |
Date de Publication | 2017-05-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://popfactvideo.com |
Type de Paiement | in_app |
Site Web de l'Extension | http://popfactvideo.com |
URL de la Page d'Aide | http://popfactvideo.com/faq |
Langues Prises en Charge | 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\/*" ] } |