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 |
公式URL | 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\/" ] } |