YouTube - Pause with Space Properly
Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.
Apa itu YouTube - Pause with Space Properly?
YouTube - Pause with Space Properly adalah ekstensi Chrome yang dikembangkan oleh James Forsyth, dan fitur utamanya adalah "Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.".
Unduh Berkas CRX Ekstensi YouTube - Pause with Space Properly
Unduh file ekstensi YouTube - Pause with Space Properly 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
Fixes the common issue with pressing space to pause YouTube videos. This extension refocuses the video when pressing space (unless you're trying to type), preventing the default behaviour that shoots halfway down the webpage. Simple fix for a simple problem. Don't know why YouTube won't fix things themselves.
Informasi Dasar Ekstensi
Nama | |
ID | cdidekkahbpdfkaegopcnpkobibblmof |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-pause-with-space/cdidekkahbpdfkaegopcnpkobibblmof |
Deskripsi | Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling. |
Ukuran File | 19.83 KB |
Jumlah Instalasi | 151 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2017-12-13 |
Tanggal Publikasi | 2017-12-13 |
Penilaian | 3.80/5 Total 10 Penilaian |
Pengembang | James Forsyth |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube - Pause with Space Properly", "description": "Allows you to pause\/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "space.js" ], "run_at": "document_start" } ], "icons": { "128": "space-128.png", "38": "space-38.png", "19": "space-19.png" } } |