Creator Hooks Pro
Your AI assistant for creating YouTube video titles.
Cos'è Creator Hooks Pro?
Creator Hooks Pro è un'estensione di Chrome sviluppata da Creator Hooks, e la sua funzione principale è "Your AI assistant for creating YouTube video titles.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Creator Hooks Pro
Scarica i file di estensione Creator Hooks Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Turn any title on YouTube into a title for your channel with the Creator Hooks Remixer.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | biaejaoffhkocdgcakdanjbgmcilpodj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/creator-hooks-pro/biaejaoffhkocdgcakdanjbgmcilpodj | 
| Descrizione | Your AI assistant for creating YouTube video titles. | 
| Dimensione del File | 53.6 KB | 
| Conteggio Installazioni | 47 | 
| Versione Corrente | 0.3 | 
| Ultimo Aggiornamento | 2024-02-16 | 
| Data di Pubblicazione | 2024-01-19 | 
| Sviluppatore | Creator Hooks | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://creatorhooks.com/ | 
| URL della Pagina della Politica sulla Privacy | https://creatorhooks.com/privacy-policy | 
| Lingue Supportate | 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\/*"
            ]
        }
    ]
}  |  |