Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
什麼是Prevent YouTube from playing videos instantly?
Prevent YouTube from playing videos instantly是由Muhamad Alfaifi開發的Chrome擴展程式,該擴展的主要功能是“Prevent YouTube from playing videos when a tab is opened and not highlighted.”。
下載Prevent YouTube from playing videos instantly擴展crx文件
下載Prevent YouTube from playing videos instantly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Note: Stopped supporting extension because this feature has been implemented in chrome v46. When you right click on a youtube link and select open in a new tab, the video will play automatically, if you just want the video to chill out and download! and when you move to that tab you will play it? This extension does that. you can see the source code for this extension here: https://github.com/MuhamadFaifi/youtube-autoplay
擴展基本資訊
名稱 | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
官方網址 | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
簡介 | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
檔案大小 | 3.57 KB |
安裝次數 | 12 |
目前版本 | 1.5 |
更新時間 | 2015-11-05 |
上架時間 | 2015-11-05 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Muhamad Alfaifi |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prevent YouTube from playing videos instantly", "description": "Prevent YouTube from playing videos when a tab is opened and not highlighted.", "version": "1.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "*:\/\/www.youtube.com\/" ] } |