NBC News
This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper…
NBC Newsคืออะไร?
NBC News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gadsy และคุณลักษณะหลักของมันคือ "This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper…"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NBC News
ดาวน์โหลดไฟล์ส่วนขยาย NBC News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper for some reason. gadsy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | phoceojceefifjhmgpfcdmeeageomedb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nbc-news/phoceojceefifjhmgpfcdmeeageomedb |
คำอธิบาย | This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper… |
ขนาดไฟล์ | 3.61 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2013-10-26 |
วันที่เผยแพร่ | 2013-10-25 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Gadsy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "icons": [ "" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/podcastfeeds.nbcnews.com\/*" ] } ], "manifest_version": 2, "name": "NBC News", "version": "1" } |