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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent YouTube from playing videos when a tab is opened and not highlighted."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prevent YouTube from playing videos instantly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |