CastLists by Casting Workbook
CastLists Chrome Extension
Qu'est-ce que CastLists by Casting Workbook ?
CastLists by Casting Workbook est une extension Chrome développée par https://castingworkbook.com, et sa fonction principale est "CastLists Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CastLists by Casting Workbook
Téléchargez les fichiers d'extension CastLists by Casting Workbook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Casting Workbook members can import public actor information from different websites and use inside CastLists in order to manage and share lists
Informations de Base sur l'Extension
Nom | CastLists by Casting Workbook |
ID | cfoobppghohkgnmbdcipinaiahdeppje |
URL Officiel | https://chromewebstore.google.com/detail/castlists-by-casting-work/cfoobppghohkgnmbdcipinaiahdeppje |
Description | CastLists Chrome Extension |
Taille du Fichier | 10.41 MB |
Nombre d'Installations | 101 |
Version Actuelle | 1.0.46 |
Dernière Mise à Jour | 2023-07-26 |
Date de Publication | 2022-11-04 |
Développeur | https://castingworkbook.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://home.castingworkbook.com/castlists/ |
URL de la Page d'Aide | https://www.castingworkbook.com/helpform/cwb_help_form.asp |
URL de la Page de Politique de Confidentialité | https://www.castingworkbook.com/privacy.asp |
Langues Prises en Charge | 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": [ " |