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
官方網址 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"
    ]
}