Creator Hooks Pro
Your AI assistant for creating YouTube video titles.
Wat is Creator Hooks Pro?
Creator Hooks Pro is een Chrome-extensie ontwikkeld door Creator Hooks, en de belangrijkste functie is "Your AI assistant for creating YouTube video titles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Creator Hooks Pro
Download Creator Hooks Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Turn any title on YouTube into a title for your channel with the Creator Hooks Remixer.
Basisinformatie over de Extensie
Naam | Creator Hooks Pro |
ID | biaejaoffhkocdgcakdanjbgmcilpodj |
Officiële URL | https://chromewebstore.google.com/detail/creator-hooks-pro/biaejaoffhkocdgcakdanjbgmcilpodj |
Beschrijving | Your AI assistant for creating YouTube video titles. |
Bestandsgrootte | 53.6 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2024-02-16 |
Publicatiedatum | 2024-01-19 |
Ontwikkelaar | Creator Hooks |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://creatorhooks.com/ |
URL van de Privacybeleid Pagina | https://creatorhooks.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } ] } |