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 |
官方網址 | 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" } } |