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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |