Red Bull Content Pool

A download manager for the Red Bull Content Pool

Red Bull Content Poolとは何ですか?

Red Bull Content Poolはhttps://www.redbullcontentpool.comによって開発されたChromeの拡張機能で、その主な機能は「A download manager for the Red Bull Content Pool」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Red Bull Content Pool拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}