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
电子邮箱 [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"
    ]
}