YouTube Spacebar Pause
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
Apa itu YouTube Spacebar Pause?
YouTube Spacebar Pause adalah ekstensi Chrome yang dikembangkan oleh MAaxim91, dan fitur utamanya adalah "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.".
Unduh Berkas CRX Ekstensi YouTube Spacebar Pause
Unduh file ekstensi YouTube Spacebar Pause 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
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. Fixed version of "youtube-spacebar-fix" by Fireside Guru.
Informasi Dasar Ekstensi
Nama | |
ID | kelhcneanfdjfbneoljbgpahgfcacdhh |
URL Resmi | https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh |
Deskripsi | Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. |
Ukuran File | 34.04 KB |
Jumlah Instalasi | 131 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-04-02 |
Tanggal Publikasi | 2018-04-02 |
Penilaian | 4.70/5 Total 10 Penilaian |
Pengembang | MAaxim91 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "init.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "YouTube Spacebar Pause", "page_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "YouTube Spacebar Pause" }, "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |