PushCC

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

什麼是PushCC?

PushCC是由Tool Maker Lab開發的Chrome擴展程式,該擴展的主要功能是“PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.”。

擴展截圖

screenshot

下載PushCC擴展crx文件

下載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
官方網址 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"
        ]
    }
}