myTab+
Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)
什么是myTab+?
myTab+是由https://www.greinr.com开发的Chrome扩展程序,该扩展的主要功能是“Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)”。
扩展截图
下载myTab+扩展crx文件
下载myTab+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
myTab+ is an extension to myTab online which lets you watch YouTube™ videos from many different sources in one place.
By adding myTab+ you are able to watch YouTube™ videos from your bookmarks.
You can open myTab online here:
https://www.greinr.com/webapps/mytab/
Please feel free to suggest what features you would like to see in future updates.
Furthermore if you want you can contact and follow me on Twitter...
https://twitter.com/ThomasGreiner
----------------------------------------------------------------
Major Version Updates
----------------------------------------------------------------
0.8
- upgraded to manifest v3
0.7
- improved communication with webapp
- redesigned options page
0.6
- replaced myTab with myTab+
0.1-0.5.1
- myTab as an extension 扩展基本信息
| 名称 | |
| ID | fbnglkgmadodfpblmofdfbfcmekmnemi |
| 官方URL | https://chromewebstore.google.com/detail/mytab+/fbnglkgmadodfpblmofdfbfcmekmnemi |
| 简介 | Watch all YouTube videos from your Chrome bookmarks. (requires myTab online) |
| 文件大小 | 368 KB |
| 安装次数 | 56 |
| 当前版本 | 0.8 |
| 更新时间 | 2021-02-12 |
| 上架时间 | 2016-05-01 |
| 评分 | 3.56/5 共9次评分 |
| 开发者 | https://www.greinr.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.greinr.com/projects |
| 帮助页面URL | https://www.greinr.com/projects/mytab |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "0.8",
"description": "__MSG_extDescription__",
"icons": {
"16": "img\/logo16.png",
"48": "img\/logo128.png",
"128": "img\/logo128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.greinr.com\/webapps\/mytab\/*",
"http:\/\/greinr.local:8080\/webapps\/mytab\/*"
],
"js": [
"script.js"
],
"run_at": "document_start"
}
],
"options_page": "options.htm",
"host_permissions": [
"https:\/\/www.greinr.com\/*"
],
"permissions": [
"bookmarks"
],
"default_locale": "en"
} | |