YouPause
Automatically pauses Youtube videos when they're in a background tab.
Apa itu YouPause?
YouPause adalah ekstensi Chrome yang dikembangkan oleh cI_-__-_Io, dan fitur utamanya adalah "Automatically pauses Youtube videos when they're in a background tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouPause
Unduh file ekstensi YouPause 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
YouPause is a Google Chrome extension that automatically pauses YouTube videos when they're in a background tab. That way, only the current (focused) Youtube video is playing. If you open a new YouTube tab in the background it will start downloading silently.
Informasi Dasar Ekstensi
Nama | |
ID | dnelpbglhemmgopmfbhkcedddfnfeani |
URL Resmi | https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani |
Deskripsi | Automatically pauses Youtube videos when they're in a background tab. |
Ukuran File | 70.32 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2014-01-11 |
Tanggal Publikasi | 2014-01-11 |
Penilaian | 4.45/5 Total 11 Penilaian |
Pengembang | cI_-__-_Io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://cod3.net/reddit/YouPause/ |
URL Halaman Bantuan | http://redd.it/1t93v7 |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouPause", "version": "1.2.0", "description": "Automatically pauses Youtube videos when they're in a background tab.", "page_action": { "default_icon": { "19": "img\/icon-19.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "YouPause" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/" ], "icons": { "19": "img\/icon-19.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2 } |