ToobSquid: AI Youtube Titles and Descriptions

An AI tool that automatically generates YouTube titles and descriptions for your videos. It's free, fast, and easy to use.

ToobSquid: AI Youtube Titles and Descriptionsคืออะไร?

ToobSquid: AI Youtube Titles and Descriptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://toobsquid.com และคุณลักษณะหลักของมันคือ "An AI tool that automatically generates YouTube titles and descriptions for your videos. It's free, fast, and easy to use."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ToobSquid: AI Youtube Titles and Descriptions

ดาวน์โหลดไฟล์ส่วนขยาย ToobSquid: AI Youtube Titles and Descriptions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ToobSquid is an AI tool that automatically generates YouTube titles, descriptions and more for your videos. It's free, fast, and easy to use.

** IMPORTANT BRAVE USERS **
Brave users need to enable Google login at Settings > Extensions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ToobSquid: AI Youtube Titles and Descriptions ToobSquid: AI Youtube Titles and Descriptions
ID gmaafomgeemhdedjkfbcjdgfeedffemi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toobsquid-ai-youtube-titl/gmaafomgeemhdedjkfbcjdgfeedffemi
คำอธิบาย An AI tool that automatically generates YouTube titles and descriptions for your videos. It's free, fast, and easy to use.
ขนาดไฟล์ 2.76 MB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-06-29
วันที่เผยแพร่ 2023-04-03
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://toobsquid.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ToobSquid: AI Youtube Titles and Descriptions",
    "version": "1.0.8",
    "description": "An AI tool that automatically generates YouTube titles and descriptions for your videos. It's free, fast, and easy to use.",
    "icons": {
        "16": "icon16.af7a41ae.png",
        "32": "icon32.955dc218.png",
        "48": "icon48.f5ea43b6.png",
        "128": "icon128.15513420.png"
    },
    "action": {
        "default_popup": "toobsquid-extension.409aa9d6.html",
        "default_icon": "logo.731711ba.png"
    },
    "background": {
        "service_worker": "background.c0c1a958.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "js": [
                "content.f64ac242.js"
            ],
            "css": [
                "background.6c512d9f.css"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "971484684869-ovtjs2me0tfg8hn2l2jhofns2jq6mrk0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl4UHHGOf1HHagYDOJcNxqlFGcHs6beiKR3HKWeTSB04xogamLMm7zoGTN2aOZIIRlrdYDe37d+Q5YGgiFeDJaFOmPyIz9vXji65QxHKadbES8qG00eXRVQ2pXNDH23M1MlxOfL63dEi1zWvPX3fVazcAqKFj4ge54iL1wDkZt9q3p6Z3EhP1F7ny7qRFcc2t\/\/Jy8YoqwYHZWWxLvweVjpA8bSeqPap+8ztoBjdgjiU0mlF5JqHpIRZBfx2QtK2LDtEWMfByLv39mAMi\/m2QRSSvhGtDT+xCMcLYEh989K5NwptcNdwdtf7g30iTqy3a6h4LD++H2fcNhUVMh5JeKQIDAQAB",
    "host_permissions": [
        "https:\/\/toobsquid-git-development-jupiterandthegiraffe.vercel.app\/",
        "https:\/\/toobsquid.vercel.app\/",
        "https:\/\/*.toobsquid.com\/"
    ]
}