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
公式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
Eメール [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"
        ]
    }
}