Red Bull Content Pool
A download manager for the Red Bull Content Pool
Red Bull Content Poolคืออะไร?
Red Bull Content Pool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.redbullcontentpool.com และคุณลักษณะหลักของมันคือ "A download manager for the Red Bull Content Pool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Red Bull Content Pool
ดาวน์โหลดไฟล์ส่วนขยาย Red Bull Content Pool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Red Bull Content Pool Media Center extension is a download manager for the Red Bull Content Pool. Use this extension to download albums, stories, photos and videos form the Red Bull Content Pool.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bpgcpkljnalipmaeikkkhipdffjijihb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/red-bull-content-pool/bpgcpkljnalipmaeikkkhipdffjijihb |
คำอธิบาย | A download manager for the Red Bull Content Pool |
ขนาดไฟล์ | 529 KB |
จำนวนการติดตั้ง | 6,080 |
เวอร์ชันปัจจุบัน | 2.2.5 |
อัปเดตครั้งล่าสุด | 2021-11-17 |
วันที่เผยแพร่ | 2021-03-23 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.redbullcontentpool.com |
อีเมล | [email protected] |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Red Bull Content Pool", "description": "A download manager for the Red Bull Content Pool", "version": "2.2.5", "browser_action": { "default_icon": { "19": "assets\/icons\/icon19.png", "38": "assets\/icons\/icon38.png" }, "default_popup": "index.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "downloads", "downloads.shelf", "notifications", "storage", "http:\/\/localhost:4000\/*", "https:\/\/www-design.redbullcontentpool.com\/*", "https:\/\/www-staging.redbullcontentpool.com\/*", "https:\/\/www.redbullcontentpool.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/localhost:4000\/*", "https:\/\/www-design.redbullcontentpool.com\/*", "https:\/\/www-staging.redbullcontentpool.com\/*", "https:\/\/www.redbullcontentpool.com\/*" ], "css": [], "js": [ "scripts\/extension.js" ] } ] } |