Creator Hooks Pro

Your AI assistant for creating YouTube video titles.

Apa itu Creator Hooks Pro?

Creator Hooks Pro adalah ekstensi Chrome yang dikembangkan oleh Creator Hooks, dan fitur utamanya adalah "Your AI assistant for creating YouTube video titles.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Creator Hooks Pro

Unduh file ekstensi Creator Hooks Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Creator Hooks Pro Creator Hooks Pro
ID biaejaoffhkocdgcakdanjbgmcilpodj
URL Resmi https://chromewebstore.google.com/detail/creator-hooks-pro/biaejaoffhkocdgcakdanjbgmcilpodj
Deskripsi Your AI assistant for creating YouTube video titles.
Ukuran File 53.6 KB
Jumlah Instalasi 47
Versi Saat Ini 0.3
Terakhir Diperbarui 2024-02-16
Tanggal Publikasi 2024-01-19
Pengembang Creator Hooks
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://creatorhooks.com/
URL Halaman Kebijakan Privasi https://creatorhooks.com/privacy-policy
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}