Latest AP News Videos
See the latest and most popular news.
Latest AP News Videosคืออะไร?
Latest AP News Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.supernewsworld.com และคุณลักษณะหลักของมันคือ "See the latest and most popular news."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latest AP News Videos
ดาวน์โหลดไฟล์ส่วนขยาย Latest AP News Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See the latest and most popular AP News Videos View the Latest AP News (The Associated Press) Videos Daily. Free-to-watch videos daily in just 1-Click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mjmmccgbicimdmogglkhjjpaioeigcak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/latest-ap-news-videos/mjmmccgbicimdmogglkhjjpaioeigcak |
คำอธิบาย | See the latest and most popular news. |
ขนาดไฟล์ | 156 KB |
จำนวนการติดตั้ง | 911 |
เวอร์ชันปัจจุบัน | 1.1.8 |
อัปเดตครั้งล่าสุด | 2018-09-12 |
วันที่เผยแพร่ | 2018-09-12 |
ผู้พัฒนา | http://www.supernewsworld.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latest AP 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 } } |