YouTube No Context
This removes YouTube's context/clarify box
什麼是YouTube No Context?
YouTube No Context是由Brent開發的Chrome擴展程式,該擴展的主要功能是“This removes YouTube's context/clarify box”。
擴展截圖
下載YouTube No Context擴展crx文件
下載YouTube No Context擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :) 擴展基本資訊
| 名稱 | |
| ID | dnlffelklagnbdjpcbhfdbangccjmhhh |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh |
| 簡介 | This removes YouTube's context/clarify box |
| 檔案大小 | 3.7 KB |
| 安裝次數 | 1,259 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-08-08 |
| 上架時間 | 2022-08-08 |
| 評分 | 5.00/5 共 26 次評分 |
| 開發者 | Brent |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/BrentFarris/youtube-no-context |
| 說明頁面URL | https://github.com/BrentFarris/youtube-no-context/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube No Context",
"action": {
"default_icon": "icon.png"
},
"manifest_version": 3,
"version": "1.0",
"description": "This removes YouTube's context\/clarify box",
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"background": {
"service_worker": "background.js"
}
} | |