No more shorts
Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
Apa itu No more shorts?
No more shorts adalah ekstensi Chrome yang dikembangkan oleh kakke, dan fitur utamanya adalah "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No more shorts
Unduh file ekstensi No more shorts 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
The extension is in alpha, check out the code on my github.
Informasi Dasar Ekstensi
Nama | No more shorts |
ID | cdgiehpicfibgnnekjipimaabanbdagh |
URL Resmi | https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh |
Deskripsi | Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling. |
Ukuran File | 11.53 KB |
Jumlah Instalasi | 280 |
Versi Saat Ini | 0.0.0.6 |
Terakhir Diperbarui | 2023-01-02 |
Tanggal Publikasi | 2022-12-27 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | kakke |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/albertbayazidi/no_more_shorts |
Bahasa yang Didukung | 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" } } |