YouTube Rabbit Hole Sealant
Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.
什麼是YouTube Rabbit Hole Sealant?
YouTube Rabbit Hole Sealant是由ezeYaniv開發的Chrome擴展程式,該擴展的主要功能是“Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.”。
擴展截圖
下載YouTube Rabbit Hole Sealant擴展crx文件
下載YouTube Rabbit Hole Sealant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Chrome extension hides some of YouTube's most attention-grabbing, time-wasting components: the 'suggested videos' sidebar and the comment section. Clicking the extension icon allows you to quickly toggle the following options: • Show or hide the 'suggested videos' sidebar • Show or hide the comment section
擴展基本資訊
名稱 | YouTube Rabbit Hole Sealant |
ID | pljkdepedlaeibebpmkckpefajpjkcak |
官方網址 | https://chromewebstore.google.com/detail/youtube-rabbit-hole-seala/pljkdepedlaeibebpmkckpefajpjkcak |
簡介 | Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section. |
檔案大小 | 27.64 KB |
安裝次數 | 87 |
目前版本 | 1.0 |
更新時間 | 2021-08-21 |
上架時間 | 2021-08-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ezeYaniv |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Rabbit Hole Sealant", "description": "Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.", "version": "1.0", "manifest_version": 3, "icons": { "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png", "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png", "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png", "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png", "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "assets\/js\/hideComponents.js" ] } ], "action": { "default_title": "Rabbit Hole Sealant: make YouTube less addicting", "default_icon": { "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png", "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png", "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png", "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png", "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png" }, "default_popup": "assets\/popup\/popup.html" }, "permissions": [ "storage" ] } |