YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
YouTube: No Shorts, No Community, No Nonsenseとは何ですか?
YouTube: No Shorts, No Community, No NonsenseはOh Thomasによって開発されたChromeの拡張機能で、その主な機能は「Disables different sections for a more enjoyable experience.」です。
拡張機能のスクリーンショット
YouTube: No Shorts, No Community, No Nonsense拡張機能のCRXファイルをダウンロード
YouTube: No Shorts, No Community, No Nonsense拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space.
Source code:
https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense 拡張機能の基本情報
| 名前 | |
| ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
| 公式URL | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
| 説明 | Disables different sections for a more enjoyable experience. |
| ファイルサイズ | 35.86 KB |
| インストール数 | 39 |
| 現在のバージョン | 0.6660 |
| 最終更新日 | 2023-11-01 |
| 公開日 | 2023-10-07 |
| 開発者 | Oh Thomas |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube: No Shorts, No Community, No Nonsense",
"description": "Disables different sections for a more enjoyable experience.",
"version": "0.6660",
"author": "Oh Thomas",
"action": {
"default_popup": ".\/dsc.html",
"default_icon": {
"16": ".\/images\/dsc16halloween.png",
"32": ".\/images\/dsc32halloween.png",
"48": ".\/images\/dsc48halloween.png",
"64": ".\/images\/dsc64halloween.png",
"96": ".\/images\/dsc96halloween.png",
"128": ".\/images\/dsc128halloween.png"
}
},
"icons": {
"16": ".\/images\/dsc16halloween.png",
"32": ".\/images\/dsc32halloween.png",
"64": ".\/images\/dsc64halloween.png",
"96": ".\/images\/dsc96halloween.png",
"128": ".\/images\/dsc128halloween.png"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start",
"js": [
".\/dsc.js"
],
"css": [
".\/dsc.css"
]
}
]
} | |