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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |