HD, Replay, Popout for YouTube™
Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window.
HD, Replay, Popout for YouTube™ क्या है?
HD, Replay, Popout for YouTube™ Smart Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HD, Replay, Popout for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make YouTube videos automatically play in HD. and Repeat YouTube videos automatically.
*Auto HD feature
Forces YouTube to play HD quality all the time. Never see a bad low quality movie anymore.
Automatically loads HD version of YouTube videos.
*Open any YouTube video in a popout window.
*Auto Replay feature
Repeat YouTube videos automatically. Intuitive and easy to use.
Published the extension since 2014
Updated to the manifest v3 in December 2023 एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | oabcncpmomlmkkeagpphpfncjdmmnipk |
| आधिकारिक URL | https://chromewebstore.google.com/detail/hd-replay-popout-for-yout/oabcncpmomlmkkeagpphpfncjdmmnipk |
| विवरण | Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window. |
| फ़ाइल का आकार | 40.03 KB |
| स्थापना संख्या | 3,107 |
| वर्तमान संस्करण | 1.0.1.7 |
| अंतिम अपडेट | 2023-12-12 |
| प्रकाशन तिथि | 2020-04-16 |
| रेटिंग | 4.25/5 कुल 88 रेटिंग्स |
| डेवलपर | Smart Software |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| गोपनीयता नीति पृष्ठ URL | http://iblogbox.com/chrome/tos.php |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"background": {
"service_worker": "js\/bg.js"
},
"default_locale": "en",
"description": "__MSG_ext_description__",
"icons": {
"128": "images\/128.png",
"16": "images\/16.png",
"48": "images\/48.png",
"72": "images\/72.png"
},
"action": {
"default_icon": "images\/128.png",
"default_title": "__MSG_ext_name__",
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": false,
"css": [],
"js": [
"js\/youtube.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"js\/youtubescript.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
],
"name": "__MSG_ext_name__",
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"permissions": [
"storage",
"activeTab"
],
"options_page": "options.html",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "88.0.0.0",
"version": "1.0.1.7"
} | |