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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Red Bull Content Pool 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"
            ]
        }
    ]
}