PushCC

PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.

PushCCคืออะไร?

PushCC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tool Maker Lab และคุณลักษณะหลักของมันคือ "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PushCC

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

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

                        PushCC is a Google chrome extension to transcribe your YouTube video with a single click. This works with 120 languages and this helps to boost up your YouTube SEO. Also, over 70% of the people watch video in mute so the subtitle can help them to engage with your YouTube videos.                    

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

ชื่อ PushCC PushCC
ID ggkjfoioamiagdigfidnanfjccjldfmm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm
คำอธิบาย PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
ขนาดไฟล์ 51.12 KB
จำนวนการติดตั้ง 170
เวอร์ชันปัจจุบัน 1.6.6
อัปเดตครั้งล่าสุด 2020-08-22
วันที่เผยแพร่ 2020-05-02
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Tool Maker Lab
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pushcc.com/
URL หน้าช่วยเหลือ https://pushcc.com/
URL หน้านโยบายความเป็นส่วนตัว https://pushcc.com/privacy-policy
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PushCC",
    "description": "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.",
    "version": "1.6.6",
    "icons": {
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com https:\/\/code.jquery.com;",
    "background": {
        "scripts": [
            "scripts\/env.js",
            "scripts\/jquery-3.4.1.min.js",
            "scripts\/background.js"
        ]
    }
}