Creator Hooks Pro

Your AI assistant for creating YouTube video titles.

什么是Creator Hooks Pro?

Creator Hooks Pro是由Creator Hooks开发的Chrome扩展程序,该扩展的主要功能是“Your AI assistant for creating YouTube video titles.”。

扩展截图

screenshot

下载Creator Hooks Pro扩展crx文件

下载Creator Hooks Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Creator Hooks Pro Creator Hooks Pro
ID biaejaoffhkocdgcakdanjbgmcilpodj
官方URL https://chromewebstore.google.com/detail/creator-hooks-pro/biaejaoffhkocdgcakdanjbgmcilpodj
简介 Your AI assistant for creating YouTube video titles.
文件大小 53.6 KB
安装次数 47
当前版本 0.3
更新时间 2024-02-16
上架时间 2024-01-19
开发者 Creator Hooks
电子邮箱 [email protected]
付费类型 free
扩展官网 https://creatorhooks.com/
隐私政策页面URL https://creatorhooks.com/privacy-policy
支持的语言 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\/*"
            ]
        }
    ]
}