Creator Hooks Pro
Your AI assistant for creating YouTube video titles.
Was ist Creator Hooks Pro?
Creator Hooks Pro ist eine Chrome-Erweiterung, die von Creator Hooks entwickelt wurde, und ihr Hauptmerkmal ist "Your AI assistant for creating YouTube video titles.".
Erweiterungsscreenshots
Creator Hooks Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Creator Hooks Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Turn any title on YouTube into a title for your channel with the Creator Hooks Remixer.
Grundlegende Informationen zur Erweiterung
Name | Creator Hooks Pro |
ID | biaejaoffhkocdgcakdanjbgmcilpodj |
Offizielle URL | https://chromewebstore.google.com/detail/creator-hooks-pro/biaejaoffhkocdgcakdanjbgmcilpodj |
Beschreibung | Your AI assistant for creating YouTube video titles. |
Dateigröße | 53.6 KB |
Installationsanzahl | 47 |
Aktuelle Version | 0.3 |
Letztes Update | 2024-02-16 |
Veröffentlichungsdatum | 2024-01-19 |
Entwickler | Creator Hooks |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://creatorhooks.com/ |
URL der Datenschutzrichtlinien-Seite | https://creatorhooks.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } ] } |