PushCC
PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
Qu'est-ce que PushCC ?
PushCC est une extension Chrome développée par Tool Maker Lab, et sa fonction principale est "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PushCC
Téléchargez les fichiers d'extension PushCC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ggkjfoioamiagdigfidnanfjccjldfmm |
URL Officiel | https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm |
Description | PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO. |
Taille du Fichier | 51.12 KB |
Nombre d'Installations | 170 |
Version Actuelle | 1.6.6 |
Dernière Mise à Jour | 2020-08-22 |
Date de Publication | 2020-05-02 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Tool Maker Lab |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pushcc.com/ |
URL de la Page d'Aide | https://pushcc.com/ |
URL de la Page de Politique de Confidentialité | https://pushcc.com/privacy-policy |
Langues Prises en Charge | 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" ] } } |