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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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"
} | |