Youtube Subscriptions Homescreen
Makes your subscriptions your homepage.
Youtube Subscriptions Homescreenとは何ですか?
Youtube Subscriptions Homescreenはhttp://kiricon.netによって開発されたChromeの拡張機能で、その主な機能は「Makes your subscriptions your homepage.」です。
拡張機能のスクリーンショット
Youtube Subscriptions Homescreen拡張機能のCRXファイルをダウンロード
Youtube Subscriptions Homescreen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension, once installed will change your default YouTube home screen from "What to Watch" to "My Subscriptions" just like YouTube use to be. YouTube recently changed their layout so that by default you are taken to the "What to watch" as the you tube home screen. I personally found it a bit annoying so I created this extension. Hope you guys enjoy it!
拡張機能の基本情報
名前 | |
ID | hjcppaaijnfjigbegedakkalgclkljjc |
公式URL | https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc |
説明 | Makes your subscriptions your homepage. |
ファイルサイズ | 11.99 KB |
インストール数 | 810 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-16 |
公開日 | 2014-09-16 |
評価 | 4.78/5 合計 23 レビュー |
開発者 | http://kiricon.net |
支払い方法 | free |
拡張機能のウェブサイト | http://kiricon.net |
ヘルプページのURL | http://kiricon.net |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "run_at": "document_start" } ], "description": "Makes your subscriptions your homepage.", "homepage_url": "http:\/\/kiricon.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Youtube Subscriptions Homescreen", "permissions": [ "storage" ], "version": "1.0" } |