expand-youtube
expand youtube videos to view from the subscriptions page
expand-youtubeとは何ですか?
expand-youtubeはChristopher Kwai-Punによって開発されたChromeの拡張機能で、その主な機能は「expand youtube videos to view from the subscriptions page」です。
拡張機能のスクリーンショット
expand-youtube拡張機能のCRXファイルをダウンロード
expand-youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds an expanding tab to the youtube subscriptions page with an embedded player.
Copyright Christopher Kwai-Pun 2016
Protected under the MIT License 拡張機能の基本情報
| 名前 | |
| ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
| 公式URL | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
| 説明 | expand youtube videos to view from the subscriptions page |
| ファイルサイズ | 67.36 KB |
| インストール数 | 44 |
| 現在のバージョン | 0.1.2 |
| 最終更新日 | 2016-02-07 |
| 公開日 | 2016-02-07 |
| 評価 | 4.86/5 合計 7 レビュー |
| 開発者 | Christopher Kwai-Pun |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "expand-youtube",
"description": "expand youtube videos to view from the subscriptions page",
"version": "0.1.2",
"author": "Christopher Kwai-Pun",
"icons": {
"24": "\/assets\/icons\/icon1x.png",
"48": "\/assets\/icons\/icon2x.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/feed\/subscriptions",
"https:\/\/www.youtube.com\/"
],
"css": [
"\/libraries\/bootstrap.min.css",
"expand.css"
],
"js": [
"\/libraries\/jquery.min.js",
"\/libraries\/bootstrap.min.js",
"expand.js"
]
}
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |