Creator Hooks Pro
Your AI assistant for creating YouTube video titles.
Qu'est-ce que Creator Hooks Pro ?
Creator Hooks Pro est une extension Chrome développée par Creator Hooks, et sa fonction principale est "Your AI assistant for creating YouTube video titles.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Creator Hooks Pro
Téléchargez les fichiers d'extension Creator Hooks Pro 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
Turn any title on YouTube into a title for your channel with the Creator Hooks Remixer.
Informations de Base sur l'Extension
Nom | Creator Hooks Pro |
ID | biaejaoffhkocdgcakdanjbgmcilpodj |
URL Officiel | https://chromewebstore.google.com/detail/creator-hooks-pro/biaejaoffhkocdgcakdanjbgmcilpodj |
Description | Your AI assistant for creating YouTube video titles. |
Taille du Fichier | 53.6 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2024-02-16 |
Date de Publication | 2024-01-19 |
Développeur | Creator Hooks |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://creatorhooks.com/ |
URL de la Page de Politique de Confidentialité | https://creatorhooks.com/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Creator Hooks Pro", "description": "Your AI assistant for creating YouTube video titles.", "version": "0.3", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/pro.creatorhooks.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/bubblehacks.io\/*" ], "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "images\/open_popup.png", "popup.html" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |