PushCC
PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
Cos'è PushCC?
PushCC è un'estensione di Chrome sviluppata da Tool Maker Lab, e la sua funzione principale è "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PushCC
Scarica i file di estensione PushCC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ggkjfoioamiagdigfidnanfjccjldfmm |
URL Ufficiale | https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm |
Descrizione | PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO. |
Dimensione del File | 51.12 KB |
Conteggio Installazioni | 170 |
Versione Corrente | 1.6.6 |
Ultimo Aggiornamento | 2020-08-22 |
Data di Pubblicazione | 2020-05-02 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Tool Maker Lab |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pushcc.com/ |
URL della Pagina di Aiuto | https://pushcc.com/ |
URL della Pagina della Politica sulla Privacy | https://pushcc.com/privacy-policy |
Lingue Supportate | 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" ] } } |