Latest ABC News Videos
See the latest and most popular news.
Latest ABC News Videosคืออะไร?
Latest ABC News Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.supernewsworld.com และคุณลักษณะหลักของมันคือ "See the latest and most popular news."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latest ABC News Videos
ดาวน์โหลดไฟล์ส่วนขยาย Latest ABC News Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See the latest and most popular ABC News Video. View the Latest News Videos Daily. Free-to-watch videos daily in just 1-Click. Addon uses 3rd party site (www.supernewsworld.com) for operation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gjcamlmokpocickdijmmcflfdahallfe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/latest-abc-news-videos/gjcamlmokpocickdijmmcflfdahallfe |
คำอธิบาย | See the latest and most popular news. |
ขนาดไฟล์ | 66.91 KB |
จำนวนการติดตั้ง | 231 |
เวอร์ชันปัจจุบัน | 1.1.8 |
อัปเดตครั้งล่าสุด | 2018-10-19 |
วันที่เผยแพร่ | 2018-10-19 |
ผู้พัฒนา | http://www.supernewsworld.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latest ABC News Videos", "version": "1.1.8", "description": "See the latest and most popular news.", "author": "1ClickProduct", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.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 } } |