PushCC
PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
PushCC là gì?
PushCC là một tiện ích mở rộng Chrome được phát triển bởi Tool Maker Lab, và tính năng chính của nó là "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PushCC
Tải xuống các tệp mở rộng PushCC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ggkjfoioamiagdigfidnanfjccjldfmm |
URL Chính Thức | https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm |
Mô tả | PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO. |
Kích Thước Tệp | 51.12 KB |
Số Lần Cài Đặt | 170 |
Phiên Bản Hiện Tại | 1.6.6 |
Cập Nhật Lần Cuối | 2020-08-22 |
Ngày Phát Hành | 2020-05-02 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Tool Maker Lab |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pushcc.com/ |
URL Trang Trợ Giúp | https://pushcc.com/ |
URL Trang Chính Sách Bảo Mật | https://pushcc.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |