YouTube Spacebar pausing
Pause videos on page load with the space bar
YouTube Spacebar pausing क्या है?
YouTube Spacebar pausing D3.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pause videos on page load with the space bar"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Spacebar pausing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This enables you to use the spacebar to pause YouTube videos as soon as the page has loaded. YouTube usually requires that you first manually pause the video by clicking the pause button before the spacebar trick works. This will enable you to use the spacebar to pause a YouTube video whenever you feel like! CHANGELOG --------- 1.3 - Fixed form focus issue, preventing you from using spaces in the search bar 1.2 - Fixed issue with pausing when writing a comment 1.1 - Fixed YouTube fullscreen issue 1.0 - Released!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bkpindoeklkmcchcidehelnihghppcdg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-spacebar-pausing/bkpindoeklkmcchcidehelnihghppcdg |
विवरण | Pause videos on page load with the space bar |
फ़ाइल का आकार | 23.57 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2016-07-05 |
प्रकाशन तिथि | 2016-07-05 |
रेटिंग | 3.38/5 कुल 13 रेटिंग्स |
डेवलपर | D3.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.d3.io |
सहायता पृष्ठ URL | https://www.d3.io/contact |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Spacebar pausing", "version": "1.3.0", "description": "Pause videos on page load with the space bar", "icons": { "48": "Icons\/Icon48.png", "128": "Icons\/Icon128.png" }, "author": "D3T Digital", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "scripts\/main.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab" ], "short_name": "YouTube Spacebar pausing", "web_accessible_resources": [ "Icons\/*" ] } |