YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
Apa itu YouTube: No Shorts, No Community, No Nonsense?
YouTube: No Shorts, No Community, No Nonsense adalah ekstensi Chrome yang dikembangkan oleh Oh Thomas, dan fitur utamanya adalah "Disables different sections for a more enjoyable experience.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube: No Shorts, No Community, No Nonsense
Unduh file ekstensi YouTube: No Shorts, No Community, No Nonsense dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | YouTube: No Shorts, No Community, No Nonsense |
ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
URL Resmi | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
Deskripsi | Disables different sections for a more enjoyable experience. |
Ukuran File | 35.86 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 0.6660 |
Terakhir Diperbarui | 2023-11-01 |
Tanggal Publikasi | 2023-10-07 |
Pengembang | Oh Thomas |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
Bahasa yang Didukung | 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" ] } ] } |