PushCC
PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
什么是PushCC?
PushCC是由Tool Maker Lab开发的Chrome扩展程序,该扩展的主要功能是“PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.”。
扩展截图
下载PushCC扩展crx文件
下载PushCC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ggkjfoioamiagdigfidnanfjccjldfmm |
官方URL | https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm |
简介 | PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO. |
文件大小 | 51.12 KB |
安装次数 | 170 |
当前版本 | 1.6.6 |
更新时间 | 2020-08-22 |
上架时间 | 2020-05-02 |
评分 | 1.00/5 共1次评分 |
开发者 | Tool Maker Lab |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pushcc.com/ |
帮助页面URL | https://pushcc.com/ |
隐私政策页面URL | https://pushcc.com/privacy-policy |
支持的语言 | 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" ] } } |