CastLists by Casting Workbook

CastLists Chrome Extension

CastLists by Casting Workbookとは何ですか?

CastLists by Casting Workbookはhttps://castingworkbook.comによって開発されたChromeの拡張機能で、その主な機能は「CastLists Chrome Extension」です。

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

screenshot
screenshot
screenshot
screenshot

CastLists by Casting Workbook拡張機能のCRXファイルをダウンロード

CastLists by Casting Workbook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Casting Workbook members can import public actor information from different websites and use inside CastLists in order to manage and share lists                    

拡張機能の基本情報

名前 CastLists by Casting Workbook CastLists by Casting Workbook
ID cfoobppghohkgnmbdcipinaiahdeppje
公式URL https://chromewebstore.google.com/detail/castlists-by-casting-work/cfoobppghohkgnmbdcipinaiahdeppje
説明 CastLists Chrome Extension
ファイルサイズ 10.41 MB
インストール数 101
現在のバージョン 1.0.46
最終更新日 2023-07-26
公開日 2022-11-04
開発者 https://castingworkbook.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://home.castingworkbook.com/castlists/
ヘルプページのURL https://www.castingworkbook.com/helpform/cwb_help_form.asp
プライバシーポリシーページのURL https://www.castingworkbook.com/privacy.asp
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CastLists by Casting Workbook",
    "short_name": "CastLists",
    "description": "CastLists Chrome Extension",
    "version": "1.0.46",
    "manifest_version": 3,
    "action": {
        "default_icon": "extension-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "extension-logo.png",
        "48": "extension-logo.png",
        "128": "extension-logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.imdb.com\/name\/*"
            ],
            "js": [
                ".\/static\/js\/content.js",
                ".\/frameInject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.imdb.com\/find*"
            ],
            "js": [
                ".\/static\/js\/newActor.js",
                ".\/frameInject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pro.imdb.com\/list\/ls*"
            ],
            "js": [
                ".\/static\/js\/importList.js",
                ".\/frameInject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pro.imdb.com\/list\/new*"
            ],
            "js": [
                ".\/static\/js\/importList.js",
                ".\/frameInject.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.imdb.com\/name\/*",
        "https:\/\/*.imdb.com\/find*",
        "*:\/\/cwb-int-api.ngrok.io\/*",
        "*:\/\/*.thecwbint.com\/*",
        "*:\/\/castlists.thecwbint.com\/*",
        "*:\/\/*.castingworkbook.com\/*",
        "*:\/\/castlists.castingworkbook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "button-logo.svg",
                "favicon.svg",
                "images\/checkmark_circle.svg",
                "index.html",
                "success-icon-gray.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ]
}