Better YouTube on Small Screens
by VittGam
Better YouTube on Small Screensとは何ですか?
Better YouTube on Small ScreensはVittGam.netによって開発されたChromeの拡張機能で、その主な機能は「by VittGam」です。
拡張機能のスクリーンショット
Better YouTube on Small Screens拡張機能のCRXファイルをダウンロード
Better YouTube on Small Screens拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.) 拡張機能の基本情報
| 名前 | |
| ID | icpgpoiikflpniipkfjfnjgajbggmhma |
| 公式URL | https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma |
| 説明 | by VittGam |
| ファイルサイズ | 3.79 KB |
| インストール数 | 12 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2014-11-30 |
| 公開日 | 2014-11-30 |
| 評価 | 3.00/5 合計 1 レビュー |
| 開発者 | VittGam.net |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better YouTube on Small Screens",
"version": "1.1",
"description": "by VittGam",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"exclude_matches": [
"*:\/\/*.youtube.com\/embed\/*"
],
"css": [
"style.css"
]
}
],
"manifest_version": 2
} | |