Red Bull Content Pool
A download manager for the Red Bull Content Pool
Cos'è Red Bull Content Pool?
Red Bull Content Pool è un'estensione di Chrome sviluppata da https://www.redbullcontentpool.com, e la sua funzione principale è "A download manager for the Red Bull Content Pool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Red Bull Content Pool
Scarica i file di estensione Red Bull Content Pool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bpgcpkljnalipmaeikkkhipdffjijihb |
URL Ufficiale | https://chrome.google.com/webstore/detail/red-bull-content-pool/bpgcpkljnalipmaeikkkhipdffjijihb |
Descrizione | A download manager for the Red Bull Content Pool |
Dimensione del File | 529 KB |
Conteggio Installazioni | 6,080 |
Versione Corrente | 2.2.5 |
Ultimo Aggiornamento | 2021-11-17 |
Data di Pubblicazione | 2021-03-23 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | https://www.redbullcontentpool.com |
[email protected] | |
Lingue Supportate | 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" ] } ] } |