Hide Youtube Reccomendations
Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work
什麼是Hide Youtube Reccomendations?
Hide Youtube Reccomendations是由https://hasan-naser.com開發的Chrome擴展程式,該擴展的主要功能是“Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work”。
擴展截圖
下載Hide Youtube Reccomendations擴展crx文件
下載Hide Youtube Reccomendations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A browser extension help you to focus in your work by removing YouTube recommended sidebar, user comments, homepage related videos feed,
hide youtube feeds
hide youtube recommended videos
hide notification 擴展基本資訊
| 名稱 | |
| ID | kehfeffkkeikicjiehddmbmabmakfdff |
| 官方網址 | https://chromewebstore.google.com/detail/hide-youtube-reccomendati/kehfeffkkeikicjiehddmbmabmakfdff |
| 簡介 | Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work |
| 檔案大小 | 7.56 KB |
| 安裝次數 | 215 |
| 目前版本 | 1.2 |
| 更新時間 | 2023-05-01 |
| 上架時間 | 2020-12-21 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | https://hasan-naser.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hide Youtube Reccomendations",
"version": "1.2",
"description": "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work",
"manifest_version": 3,
"incognito": "split",
"browser_action": {
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"main.js"
]
}
]
} | |