PushCC
PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
Wat is PushCC?
PushCC is een Chrome-extensie ontwikkeld door Tool Maker Lab, en de belangrijkste functie is "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".
Extensie Screenshots
Download het CRX-bestand van de extensie PushCC
Download PushCC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ggkjfoioamiagdigfidnanfjccjldfmm |
Officiële URL | https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm |
Beschrijving | PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO. |
Bestandsgrootte | 51.12 KB |
Aantal Installaties | 170 |
Huidige Versie | 1.6.6 |
Laatst Bijgewerkt | 2020-08-22 |
Publicatiedatum | 2020-05-02 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tool Maker Lab |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pushcc.com/ |
Help Pagina-URL | https://pushcc.com/ |
URL van de Privacybeleid Pagina | https://pushcc.com/privacy-policy |
Ondersteunde Talen | 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" ] } } |