PushCC

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

Was ist PushCC?

PushCC ist eine Chrome-Erweiterung, die von Tool Maker Lab entwickelt wurde, und ihr Hauptmerkmal ist "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".

Erweiterungsscreenshots

screenshot

PushCC-Erweiterungs-CRX-Datei herunterladen

Laden Sie PushCC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PushCC PushCC
ID ggkjfoioamiagdigfidnanfjccjldfmm
Offizielle URL https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm
Beschreibung PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
Dateigröße 51.12 KB
Installationsanzahl 170
Aktuelle Version 1.6.6
Letztes Update 2020-08-22
Veröffentlichungsdatum 2020-05-02
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Tool Maker Lab
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pushcc.com/
Hilfeseite URL https://pushcc.com/
URL der Datenschutzrichtlinien-Seite https://pushcc.com/privacy-policy
Unterstützte Sprachen 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"
        ]
    }
}