tubeSeek :Personal YouTube tags, any language
tubeSeek makes recollecting hard to find videos easier. Use your own tags for videos
什么是tubeSeek :Personal YouTube tags, any language?
tubeSeek :Personal YouTube tags, any language是由https://www.tubeseek.in开发的Chrome扩展程序,该扩展的主要功能是“tubeSeek makes recollecting hard to find videos easier. Use your own tags for videos”。
扩展截图
下载tubeSeek :Personal YouTube tags, any language扩展crx文件
下载tubeSeek :Personal YouTube tags, any language扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We love YouTube , period. But then we come across those useful videos that are in a different language, have irrelevant title or have no tags. Adding these videos to playlists and bookmarks wont help once there too many such videos . How does one recall such videos, what will you search for? Here's where tubeSeek comes in. To use the extension , simply click on the tS icon when you are on a youtube video page and click Open on tubeSeek to start tagging. tubeSeek offers the following features to its users to recollect videos faster: 1. Blazing fast searches : Responsive , search as you type 2. Private tags : Private tags as against the public ones are only visible to the tag owner. With private tags you get to add twice the number of tags per video than public tags. 3. Timed tags : Tag a video specifically at a particular time , so that it starts playing from that second when you open the video. 4. Search filters : You don't have to type your search query again and again, you store your search query and tubeSeek will display the latest videos of that search query.
扩展基本信息
名称 | tubeSeek :Personal YouTube tags, any language |
ID | oakjjdeignchdfbgnaceaajnbgggaaie |
官方URL | https://chromewebstore.google.com/detail/tubeseek-personal-youtube/oakjjdeignchdfbgnaceaajnbgggaaie |
简介 | tubeSeek makes recollecting hard to find videos easier. Use your own tags for videos |
文件大小 | 10.36 KB |
安装次数 | 17 |
当前版本 | 0.4 |
更新时间 | 2021-11-09 |
上架时间 | 2021-09-06 |
开发者 | https://www.tubeseek.in |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.tubeseek.in |
帮助页面URL | https://www.tubeseek.in/faq |
隐私政策页面URL | https://www.tubeseek.in/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "tubeSeek :Personal YouTube tags, any language", "description": "tubeSeek makes recollecting hard to find videos easier. Use your own tags for videos", "version": "0.4", "author": "Avi R", "permissions": [ "activeTab" ], "action": { "default_icon": "images\/icon32.png", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "tubeSeek", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |