Youtube Channel Forwarder
Forwards all YouTube channel Home pages to their Videos page.
Youtube Channel Forwarderとは何ですか?
Youtube Channel Forwarderはav6825によって開発されたChromeの拡張機能で、その主な機能は「Forwards all YouTube channel Home pages to their Videos page.」です。
拡張機能のスクリーンショット
Youtube Channel Forwarder拡張機能のCRXファイルをダウンロード
Youtube Channel Forwarder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtube Channel Forwarder is a tiny app that forwards all youtube links to a channel's Home page to their Videos page. I created this app for myself because I hate being directed to the youtube channel Home page which usually includes an autoplaying video that I don't want to see.
拡張機能の基本情報
名前 | Youtube Channel Forwarder |
ID | pdokfmojfabmldekcoopfbfgfcahahab |
公式URL | https://chromewebstore.google.com/detail/youtube-channel-forwarder/pdokfmojfabmldekcoopfbfgfcahahab |
説明 | Forwards all YouTube channel Home pages to their Videos page. |
ファイルサイズ | 14.61 KB |
インストール数 | 13 |
現在のバージョン | 1.3 |
最終更新日 | 2021-06-30 |
公開日 | 2018-08-19 |
開発者 | av6825 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Channel Forwarder", "version": "1.3", "description": "Forwards all YouTube channel Home pages to their Videos page.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Youtube Channel Forwarder" }, "icons": { "128": "icon128.png" }, "permissions": [ "tabs" ], "manifest_version": 2 } |