Creator Hooks Pro

Your AI assistant for creating YouTube video titles.

What is Creator Hooks Pro?

Creator Hooks Pro is a Chrome extension developed by Creator Hooks, and its main feature is "Your AI assistant for creating YouTube video titles.".

Extension Screenshots

screenshot

Download Creator Hooks Pro Extension CRX File

Download Creator Hooks Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Turn any title on YouTube into a title for your channel with the Creator Hooks Remixer.                    

Extension Basic Information

Name Creator Hooks Pro Creator Hooks Pro
ID biaejaoffhkocdgcakdanjbgmcilpodj
Official URL https://chromewebstore.google.com/detail/creator-hooks-pro/biaejaoffhkocdgcakdanjbgmcilpodj
Description Your AI assistant for creating YouTube video titles.
File Size 53.6 KB
Installation Count 47
Current Version 0.3
Last Updated 2024-02-16
Publish Date 2024-01-19
Developer Creator Hooks
Email [email protected]
Payment Type free
Extension Website https://creatorhooks.com/
Privacy Policy Page URL https://creatorhooks.com/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}