No more shorts
Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
什麼是No more shorts?
No more shorts是由kakke開發的Chrome擴展程式,該擴展的主要功能是“Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.”。
擴展截圖
下載No more shorts擴展crx文件
下載No more shorts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension is in alpha, check out the code on my github. 擴展基本資訊
| 名稱 | |
| ID | cdgiehpicfibgnnekjipimaabanbdagh |
| 官方網址 | https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh |
| 簡介 | Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling. |
| 檔案大小 | 11.53 KB |
| 安裝次數 | 280 |
| 目前版本 | 0.0.0.6 |
| 更新時間 | 2023-01-02 |
| 上架時間 | 2022-12-27 |
| 評分 | 5.00/5 共 8 次評分 |
| 開發者 | kakke |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/albertbayazidi/no_more_shorts |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"all_frames": true,
"js": [
"remove_html.js"
],
"run_at": "document_start"
}
],
"manifest_version": 3,
"name": "No more shorts",
"version": "0.0.0.6",
"description": "Removes shorts and shorts section from your youtube feed. No more distractions\/doom scrooling.",
"icons": {
"128": "img.png"
}
} | |