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 هو إضافة Chrome تم تطويرها بواسطة http://popfactvideo.com، والميزة الرئيسية لها هي "PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة POPfact Video
قم بتنزيل ملفات الامتداد POPfact Video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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\/*" ] } |