CastLists by Casting Workbook

CastLists Chrome Extension

CastLists by Casting Workbook là gì?

CastLists by Casting Workbook là một tiện ích mở rộng Chrome được phát triển bởi https://castingworkbook.com, và tính năng chính của nó là "CastLists Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CastLists by Casting Workbook

Tải xuống các tệp mở rộng CastLists by Casting Workbook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CastLists by Casting Workbook CastLists by Casting Workbook
ID cfoobppghohkgnmbdcipinaiahdeppje
URL Chính Thức https://chromewebstore.google.com/detail/castlists-by-casting-work/cfoobppghohkgnmbdcipinaiahdeppje
Mô tả CastLists Chrome Extension
Kích Thước Tệp 10.41 MB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.0.46
Cập Nhật Lần Cuối 2023-07-26
Ngày Phát Hành 2022-11-04
Nhà Phát Triển https://castingworkbook.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://home.castingworkbook.com/castlists/
URL Trang Trợ Giúp https://www.castingworkbook.com/helpform/cwb_help_form.asp
URL Trang Chính Sách Bảo Mật https://www.castingworkbook.com/privacy.asp
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}