CastLists by Casting Workbook

CastLists Chrome Extension

ما هو CastLists by Casting Workbook؟

CastLists by Casting Workbook هو إضافة Chrome تم تطويرها بواسطة https://castingworkbook.com، والميزة الرئيسية لها هي "CastLists Chrome Extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CastLists by Casting Workbook

قم بتنزيل ملفات الامتداد CastLists by Casting Workbook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.castingworkbook.com/helpform/cwb_help_form.asp
عنوان صفحة سياسة الخصوصية 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"
    ]
}