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 |
官方網址 | 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 |
電子郵箱 | [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" } } |