POPfact Video
PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…
POPfact Video란 무엇입니까?
POPfact Video은(는) http://popfactvideo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…"입니다.
확장 프로그램 스크린샷
POPfact Video 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | lcdehmpojclohcpkbilljkmkkibednik |
공식 URL | https://chrome.google.com/webstore/detail/popfact-video/lcdehmpojclohcpkbilljkmkkibednik |
설명 | PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN… |
파일 크기 | 59.58 KB |
설치 횟수 | 14 |
현재 버전 | 0.0.0.6 |
최근 업데이트 | 2017-05-10 |
출시 날짜 | 2017-05-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://popfactvideo.com |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | http://popfactvideo.com |
도움말 페이지 URL | http://popfactvideo.com/faq |
지원되는 언어 | 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\/*" ] } |