RepeatIt
Repeat YouTube video as you want
RepeatIt क्या है?
RepeatIt dohoangkhiem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Repeat YouTube video as you want"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RepeatIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Repeat video playing in Youtube so easily. No need to use YouRepeat or other techniques anymore. Just repeat it and enjoy it! ** How to use ** By installing the extension, everytime you watch a Youtube video a small RepeatIt icon (repeat circle) will be visible at right of your address bar (near the bookmark star icon). Click to RepeatIt icon to enable current video repeating (icon will turn to blue), click again to disable repeating (icon backs to normal state). For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | okkcjfgcppkjhlgpdeffjooapodgnonf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/repeatit/okkcjfgcppkjhlgpdeffjooapodgnonf |
विवरण | Repeat YouTube video as you want |
फ़ाइल का आकार | 68.55 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2014-11-05 |
प्रकाशन तिथि | 2014-11-05 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | dohoangkhiem |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RepeatIt", "version": "1.2.2", "description": "Repeat YouTube video as you want", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icons\/repeat-19.png", "default_title": "Repeat Youtube video with RepeatIt!" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "19": "icons\/repeat-19.png", "48": "icons\/repeat-48.png", "128": "icons\/repeat-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "jquery-1.11.1.min.js" ] } ], "manifest_version": 2 } |