PushCC
PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
O que é PushCC?
PushCC é uma extensão do Chrome desenvolvida por Tool Maker Lab, e sua principal característica é "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PushCC
Baixe arquivos de extensão PushCC no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ggkjfoioamiagdigfidnanfjccjldfmm |
URL Oficial | https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm |
Descrição | PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO. |
Tamanho do Arquivo | 51.12 KB |
Contagem de Instalações | 170 |
Versão Atual | 1.6.6 |
Última Atualização | 2020-08-22 |
Data de Publicação | 2020-05-02 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Tool Maker Lab |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pushcc.com/ |
URL da Página de Ajuda | https://pushcc.com/ |
URL da Página de Política de Privacidade | https://pushcc.com/privacy-policy |
Idiomas Suportados | 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" ] } } |