PushCC

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

What is PushCC?

PushCC is a Chrome extension developed by Tool Maker Lab, and its main feature is "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".

Extension Screenshots

screenshot

Download PushCC Extension CRX File

Download PushCC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PushCC PushCC
ID ggkjfoioamiagdigfidnanfjccjldfmm
Official URL https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm
Description PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
File Size 51.12 KB
Installation Count 170
Current Version 1.6.6
Last Updated 2020-08-22
Publish Date 2020-05-02
Rating 1.00/5 Total 1 Ratings
Developer Tool Maker Lab
Email [email protected]
Payment Type free
Extension Website https://pushcc.com/
Help Page URL https://pushcc.com/
Privacy Policy Page URL https://pushcc.com/privacy-policy
Supported Languages 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"
        ]
    }
}