Youtube Categories
Associate youtube channels with a category on the youtube subscription & homepage.
Youtube Categoriesとは何ですか?
Youtube Categoriesはhttps://deejdesigns.comによって開発されたChromeの拡張機能で、その主な機能は「Associate youtube channels with a category on the youtube subscription & homepage.」です。
拡張機能のスクリーンショット
Youtube Categories拡張機能のCRXファイルをダウンロード
Youtube Categories拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Associate youtube channels with a category on the subscription page. WARNING! This is only currently for my personal use. If enough people show interest I'll add additional features like allowing filtering by category and adding your own custom categories. I've only released it on the store so I can sync data from this plugin across multiple computers. Update: This plugin no longer requires the Youtube Subscription Grid plugin.
拡張機能の基本情報
名前 | Youtube Categories |
ID | hennlecbpnfiibglfmhmnplnhmioboei |
公式URL | https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei |
説明 | Associate youtube channels with a category on the youtube subscription & homepage. |
ファイルサイズ | 1.8 MB |
インストール数 | 490 |
現在のバージョン | 0.0.5 |
最終更新日 | 2017-11-13 |
公開日 | 2017-11-13 |
評価 | 3.60/5 合計 5 レビュー |
開発者 | https://deejdesigns.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Categories", "description": "Associate youtube channels with a category on the youtube subscription & homepage.", "version": "0.0.5", "author": "DeejDesigns.com", "web_accessible_resources": [ "\/scripts\/jquery-1.10.1.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions", "https:\/\/www.youtube.com\/feed\/subscriptions?*", "https:\/\/www.youtube.com\/" ], "js": [ "\/scripts\/jquery.js", "\/scripts\/script.js" ], "css": [ "\/styles\/style.css" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" } } |