Nouka
Naviagte through the youtube videos using enhanced caption search
Nouka là gì?
Nouka là một tiện ích mở rộng Chrome được phát triển bởi mayankmacav, và tính năng chính của nó là "Naviagte through the youtube videos using enhanced caption search".
Ả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 Nouka
Tải xuống các tệp mở rộng Nouka 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
Features : - Simple interface - Download navigable YouTube video captions in the extension - Search through YouTube Captions - Get notified when certain videos have no captions attached The Nouka extensions lets you easily download and navigate though YouTube video captions. You search "abra ca dabra" and the extension takes you to the point in the video where they say this word. It's that simple.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Nouka |
ID | mehngcjbljpifedjaddhjmgblkldogbe |
URL Chính Thức | https://chromewebstore.google.com/detail/nouka/mehngcjbljpifedjaddhjmgblkldogbe |
Mô tả | Naviagte through the youtube videos using enhanced caption search |
Kích Thước Tệp | 28.48 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-08-12 |
Ngày Phát Hành | 2021-01-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | mayankmacav |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nouka", "version": "1.0.0", "description": "Naviagte through the youtube videos using enhanced caption search", "manifest_version": 2, "icons": { "16": "assets\/icon16_red.png", "32": "assets\/icon32_red.png", "48": "assets\/icon48_red.png", "64": "assets\/icon64_red.png" }, "page_action": { "default_icon": "assets\/icon16_red.png", "default_title": "Nouka", "default_popup": ".\/popup\/index.html" }, "content_scripts": [ { "js": [ "content\/checkDOM.js", "content\/getTranscript.js", "content\/messageReceiver.js" ], "matches": [ "https:\/\/www.youtube.com\/watch?*" ] } ], "background": { "scripts": [ "background\/setPageIcon.js", "background\/background.js", "background\/messageReceiver.js" ], "persistent": false }, "permissions": [ "declarativeContent", "storage", "tabs" ] } |