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 |
| 官方網址 | 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"
} | |