Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
What is Prevent YouTube from playing videos instantly?
Prevent YouTube from playing videos instantly is a Chrome extension developed by Muhamad Alfaifi, and its main feature is "Prevent YouTube from playing videos when a tab is opened and not highlighted.".
Download Prevent YouTube from playing videos instantly Extension CRX File
Download Prevent YouTube from playing videos instantly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
Official URL | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
Description | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
File Size | 3.57 KB |
Installation Count | 12 |
Current Version | 1.5 |
Last Updated | 2015-11-05 |
Publish Date | 2015-11-05 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Muhamad Alfaifi |
Payment Type | free |
Supported Languages | 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\/" ] } |