Shorts Blocker YouTube 2024
Block all shorts on YouTube 2024
什麼是Shorts Blocker YouTube 2024?
Shorts Blocker YouTube 2024是由zakirullahkhan6269開發的Chrome擴展程式,該擴展的主要功能是“Block all shorts on YouTube 2024”。
擴展截圖
下載Shorts Blocker YouTube 2024擴展crx文件
下載Shorts Blocker YouTube 2024擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Download the Extension! (Follow all Steps to work properly) * Click on the Extension icon * Turn "ON" the Extension !! (1st Step) * Open YouTube (If not open) !! (2nd Step) * After Turn "ON/OFF" extension reload the page. * Enjoy Free Shorts YouTube In case any problem occur or not working properly Press (CTRL+R ) to reload the page. "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".
擴展基本資訊
名稱 | Shorts Blocker YouTube 2024 |
ID | enhhhdkalfimnhhliifcnphjnlgbdlgb |
官方網址 | https://chromewebstore.google.com/detail/shorts-blocker-youtube-20/enhhhdkalfimnhhliifcnphjnlgbdlgb |
簡介 | Block all shorts on YouTube 2024 |
檔案大小 | 6.41 MB |
安裝次數 | 132 |
目前版本 | 1.4 |
更新時間 | 2024-02-16 |
上架時間 | 2023-08-10 |
評分 | 5.00/5 共 9 次評分 |
開發者 | zakirullahkhan6269 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shorts Blocker YouTube 2024", "short_name": "SBYT", "version": "1.4", "manifest_version": 3, "description": "Block all shorts on YouTube 2024", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "SBYT", "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": [ "storage" ], "background": { "service_worker": "background.js" } } |