Remove YouTube Recommended Video 2024
Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
什么是Remove YouTube Recommended Video 2024?
Remove YouTube Recommended Video 2024是由zakirullahkhan6269开发的Chrome扩展程序,该扩展的主要功能是“Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)”。
扩展截图
下载Remove YouTube Recommended Video 2024扩展crx文件
下载Remove YouTube Recommended Video 2024扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download the Extension This Extension will Hide all YouTube distraction just on one click. Only video player will be shown to you. * Click on the extension icon * Click on the YouTube icon to open YouTube (If not open) * Click on the (ON & OFF) button to use extension features. "The use of the YouTube(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with YouTube(TM) or their product brand".
扩展基本信息
名称 | Remove YouTube Recommended Video 2024 |
ID | ickohbpkcokghhopdfbhaoiakgpkekkh |
官方URL | https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh |
简介 | Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other) |
文件大小 | 6.29 MB |
安装次数 | 31 |
当前版本 | 1.3 |
更新时间 | 2024-02-24 |
上架时间 | 2023-07-27 |
评分 | 4.43/5 共7次评分 |
开发者 | zakirullahkhan6269 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove YouTube Recommended Video 2024", "short_name": "EAYRV", "version": "1.3", "manifest_version": 3, "description": "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "EAYRV", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" } } |