YouTabMan
A Web Extension used to control all of your YouTube tabs.
YouTabManとは何ですか?
YouTabManはTheenadayalanによって開発されたChromeの拡張機能で、その主な機能は「A Web Extension used to control all of your YouTube tabs.」です。
拡張機能のスクリーンショット
YouTabMan拡張機能のCRXファイルをダウンロード
YouTabMan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTabMan is a Web Extension to control all of your currently running Youtube videos at one place. v1.3.2 - Pause button label name change fix v1.3.0 - Migrated to VueJs framework - Added loop button - Hover next button view the next song v1.2.0 - 1.2.3 - Search Event Fix - Internal Fix - Icon Update - UI Fix v1.1.0 - Replay Button Added v1.0.0 - You will be having Play/Pause/Replay, Next, Mute Control inside YouTabMan. - You can also able to close the tab if you want to. - Searching is also possible in YouTabMan
拡張機能の基本情報
名前 | YouTabMan |
ID | pfflnpdlbjjkgnelipgknanbnjafijgi |
公式URL | https://chromewebstore.google.com/detail/youtabman/pfflnpdlbjjkgnelipgknanbnjafijgi |
説明 | A Web Extension used to control all of your YouTube tabs. |
ファイルサイズ | 45.28 KB |
インストール数 | 33 |
現在のバージョン | 1.3.2 |
最終更新日 | 2019-04-02 |
公開日 | 2019-04-02 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Theenadayalan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.theenadayalan.me |
ヘルプページのURL | https://github.com/theenadayalank/youtabman |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTabMan", "version": "1.3.2", "description": "A Web Extension used to control all of your YouTube tabs.", "browser_action": { "default_title": "YouTabMan", "default_popup": "index.html", "default_icon": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "background.js" ] } ], "icons": { "128": "logo.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |