PushCC

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

Hvad er PushCC?

PushCC er en Chrome-udvidelse udviklet af Tool Maker Lab, og dens hovedfunktion er "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".

Udvidelsesskærmbilleder

screenshot

Download PushCC-udvidelses-CRX-fil

Download PushCC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PushCC PushCC
ID ggkjfoioamiagdigfidnanfjccjldfmm
Officiel URL https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm
Beskrivelse PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
Filstørrelse 51.12 KB
Antal Installationer 170
Nuværende Version 1.6.6
Senest Opdateret 2020-08-22
Udgivelsesdato 2020-05-02
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Tool Maker Lab
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://pushcc.com/
Hjælpeside-URL https://pushcc.com/
URL til Fortrolighedspolitik Side https://pushcc.com/privacy-policy
Understøttede Sprog 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"
        ]
    }
}