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
Eメール [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\/*"
            ]
        }
    ]
}