POPfact Video
PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…
Cos'è POPfact Video?
POPfact Video è un'estensione di Chrome sviluppata da http://popfactvideo.com, e la sua funzione principale è "PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione POPfact Video
Scarica i file di estensione POPfact Video in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | lcdehmpojclohcpkbilljkmkkibednik |
URL Ufficiale | https://chrome.google.com/webstore/detail/popfact-video/lcdehmpojclohcpkbilljkmkkibednik |
Descrizione | PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN… |
Dimensione del File | 59.58 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.0.0.6 |
Ultimo Aggiornamento | 2017-05-10 |
Data di Pubblicazione | 2017-05-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://popfactvideo.com |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | http://popfactvideo.com |
URL della Pagina di Aiuto | http://popfactvideo.com/faq |
Lingue Supportate | 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\/*" ] } |