YouTube No Scroll For Details
Just remove the scroll for details from YouTube.
Apa itu YouTube No Scroll For Details?
YouTube No Scroll For Details adalah ekstensi Chrome yang dikembangkan oleh Hempe, dan fitur utamanya adalah "Just remove the scroll for details from YouTube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube No Scroll For Details
Unduh file ekstensi YouTube No Scroll For Details 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
Chrome extension to just remove the "scroll for details" feature from YouTube.
Informasi Dasar Ekstensi
Nama | YouTube No Scroll For Details |
ID | hfkjahglikjilgkjofapdkdboikoobfg |
URL Resmi | https://chromewebstore.google.com/detail/youtube-no-scroll-for-det/hfkjahglikjilgkjofapdkdboikoobfg |
Deskripsi | Just remove the scroll for details from YouTube. |
Ukuran File | 41.41 KB |
Jumlah Instalasi | 2,794 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2022-10-25 |
Tanggal Publikasi | 2020-06-01 |
Penilaian | 4.81/5 Total 53 Penilaian |
Pengembang | Hempe |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/hempe/youtubeNoScrollForDetails |
URL Halaman Kebijakan Privasi | https://github.com/hempe/ctrlZoom/blob/master/privacy-policy.md |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube No Scroll For Details", "version": "1.5", "description": "Just remove the scroll for details from YouTube.", "homepage_url": "https:\/\/github.com\/hempe\/youtubeNoScrollForDetails", "author": "hempe", "short_name": "youtubeNoScrollForDetails", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "css\/contentScript.css" ], "js": [ "js\/contentScript.js" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } } |