Latest NBC News Videos
See the latest and most popular news.
Latest NBC News Videosคืออะไร?
Latest NBC News Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.supernewsworld.com และคุณลักษณะหลักของมันคือ "See the latest and most popular news."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latest NBC News Videos
ดาวน์โหลดไฟล์ส่วนขยาย Latest NBC News Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See the latest and most popular NBC News Videos. View the Latest NBC News Videos Daily. Free-to-watch videos daily in just 1-Click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jeecldlenpcaimfhglgbpikekaohmmkb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/latest-nbc-news-videos/jeecldlenpcaimfhglgbpikekaohmmkb |
คำอธิบาย | See the latest and most popular news. |
ขนาดไฟล์ | 174 KB |
จำนวนการติดตั้ง | 368 |
เวอร์ชันปัจจุบัน | 1.1.8 |
อัปเดตครั้งล่าสุด | 2018-09-15 |
วันที่เผยแพร่ | 2018-09-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.supernewsworld.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latest NBC News Videos", "version": "1.1.8", "description": "See the latest and most popular news.", "author": "1ClickProduct", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "View Latest News", "default_popup": "popup\/popup.html" }, "permissions": [ "tabs", "https:\/\/www.supernewsworld.com\/" ], "background": { "scripts": [ "popup\/js\/jquery-3.2.1.min.js", "popup\/js\/jquery.scrollbar.min.js", "popup\/js\/popup.js" ], "persistent": false } } |