Shorts Remover for YouTube™ Subscriptions
A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed
什麼是Shorts Remover for YouTube™ Subscriptions?
Shorts Remover for YouTube™ Subscriptions是由https://wehri.app開發的Chrome擴展程式,該擴展的主要功能是“A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed”。
擴展截圖
下載Shorts Remover for YouTube™ Subscriptions擴展crx文件
下載Shorts Remover for YouTube™ Subscriptions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Even though YouTube Shorts can be entertaining, they tend to flood the subscription section. This can make discovering new interesting videos more than tedious. Youtube Subscriptions Shorts Remover is a slim extension that removes YouTube Shorts from the subscription section of the website only. Other areas are not affected, so that Shorts can still be enjoyed as usual. This is my first, modest Chrome extension. I would be very happy if you leave a review, or send me bug reports or constructive criticism. SUPPORT ---------------------------------------------- And if you really like this extension, and want to support me and my projects, feel free to buymeacoffee, any support is much appreciated! https://www.buymeacoffee.com/wehri UPDATES ---------------------------------------------- #1.4.0 - Limited removal to shorts tab - fixed messed up search results - fixed popup layout - altered extension name to prevent trademark issues #1.3.0: - new Shorts sections will be removed from grid and list - changed extension icon to prevent trademark issues
擴展基本資訊
名稱 | Shorts Remover for YouTube™ Subscriptions |
ID | apdnbhhgdaocpnifchcoejbekkdjpgnj |
官方網址 | https://chromewebstore.google.com/detail/shorts-remover-for-youtub/apdnbhhgdaocpnifchcoejbekkdjpgnj |
簡介 | A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed |
檔案大小 | 27.88 KB |
安裝次數 | 1,594 |
目前版本 | 1.4.0 |
更新時間 | 2023-12-26 |
上架時間 | 2023-02-01 |
評分 | 4.05/5 共 41 次評分 |
開發者 | https://wehri.app |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shorts Remover for YouTube\u2122 Subscriptions", "version": "1.4.0", "description": "A slim extension that removes YouTube\u2122 Shorts from the YouTube\u2122 subscriptions feed", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "Shorts Remover for YouTube\u2122 Subscriptions" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/feed\/*" ], "run_at": "document_idle" } ] } |