Creator Hooks Pro
Your AI assistant for creating YouTube video titles.
Creator Hooks Pro là gì?
Creator Hooks Pro là một tiện ích mở rộng Chrome được phát triển bởi Creator Hooks, và tính năng chính của nó là "Your AI assistant for creating YouTube video titles.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Creator Hooks Pro
Tải xuống các tệp mở rộng Creator Hooks Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Turn any title on YouTube into a title for your channel with the Creator Hooks Remixer.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Creator Hooks Pro |
ID | biaejaoffhkocdgcakdanjbgmcilpodj |
URL Chính Thức | https://chromewebstore.google.com/detail/creator-hooks-pro/biaejaoffhkocdgcakdanjbgmcilpodj |
Mô tả | Your AI assistant for creating YouTube video titles. |
Kích Thước Tệp | 53.6 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2024-02-16 |
Ngày Phát Hành | 2024-01-19 |
Nhà Phát Triển | Creator Hooks |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://creatorhooks.com/ |
URL Trang Chính Sách Bảo Mật | https://creatorhooks.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |