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
官方網址 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\/*"
            ]
        }
    ]
}