YT Repeat
Repeats YouTube videos.
YT Repeat क्या है?
YT Repeat https://antimatter15.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Repeats YouTube videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YT Repeat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.
एक्सटेंशन की मूल जानकारी
नाम | YT Repeat |
ID | piicimoiaiblachamdicgngccadhlecl |
आधिकारिक URL | https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl |
विवरण | Repeats YouTube videos. |
फ़ाइल का आकार | 31.72 KB |
स्थापना संख्या | 2,846 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2014-08-20 |
प्रकाशन तिथि | 2014-08-19 |
रेटिंग | 4.13/5 कुल 89 रेटिंग्स |
डेवलपर | https://antimatter15.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://twitter.com/antimatter15 |
सहायता पृष्ठ URL | http://twitter.com/antimatter15 |
गोपनीयता नीति पृष्ठ URL | http://projectnaptha.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT Repeat", "version": "1.0.3", "description": "Repeats YouTube videos.", "icons": { "16": "icons\/16.png", "22": "icons\/22.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "contentscript.js" ] } ] } |