Youtube Categories
Add the categories back to YouTube™
Youtube Categoriesとは何ですか?
Youtube CategoriesはAndrew Grimmによって開発されたChromeの拡張機能で、その主な機能は「Add the categories back to YouTube™」です。
拡張機能のスクリーンショット
Youtube Categories拡張機能のCRXファイルをダウンロード
Youtube Categories拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Google removed the YouTube categories from the description of videos. This extension allows you to easily see YouTube video categories again in place of the subscriber count of a channel. If you're just curious, or need to view these categories for web filtering, YouTube Categories will give you back the information you were missing.
拡張機能の基本情報
名前 | |
ID | eddhbfndofdkljemlhkldinjpbkhdpcm |
公式URL | https://chromewebstore.google.com/detail/youtube-categories/eddhbfndofdkljemlhkldinjpbkhdpcm |
説明 | Add the categories back to YouTube™ |
ファイルサイズ | 45.24 KB |
インストール数 | 1,017 |
現在のバージョン | 0.1.4 |
最終更新日 | 2021-09-01 |
公開日 | 2020-12-23 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Andrew Grimm |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Categories", "version": "0.1.4", "description": "Add the categories back to YouTube\u2122", "background": [], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |