YouTube Auto-Repeat
An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
YouTube Auto-Repeat क्या है?
YouTube Auto-Repeat Matei Oprea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Auto-Repeat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | omdpcjbpfcmfmdfnppkmfjoclkhmgada |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada |
विवरण | An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity. |
फ़ाइल का आकार | 20.17 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2017-06-11 |
प्रकाशन तिथि | 2017-06-11 |
रेटिंग | 3.47/5 कुल 15 रेटिंग्स |
डेवलपर | Matei Oprea |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Auto-Repeat", "version": "0.0.2", "manifest_version": 2, "description": "An extension that allows you to set repeat intervals on youtube. You can repeat one\/infinity.", "homepage_url": "http:\/\/opreamatei.ro", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/refresh.png", "icons\/refresh_white.png", "icons\/refresh_white_1.png", "icons\/refresh_white_infinity.png" ] } |