Red Bull Content Pool
A download manager for the Red Bull Content Pool
Red Bull Content Pool là gì?
Red Bull Content Pool là một tiện ích mở rộng Chrome được phát triển bởi https://www.redbullcontentpool.com, và tính năng chính của nó là "A download manager for the Red Bull Content Pool".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Red Bull Content Pool
Tải xuống các tệp mở rộng Red Bull Content Pool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bpgcpkljnalipmaeikkkhipdffjijihb |
URL Chính Thức | https://chrome.google.com/webstore/detail/red-bull-content-pool/bpgcpkljnalipmaeikkkhipdffjijihb |
Mô tả | A download manager for the Red Bull Content Pool |
Kích Thước Tệp | 529 KB |
Số Lần Cài Đặt | 6,080 |
Phiên Bản Hiện Tại | 2.2.5 |
Cập Nhật Lần Cuối | 2021-11-17 |
Ngày Phát Hành | 2021-03-23 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.redbullcontentpool.com |
[email protected] | |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |