Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
Reply Videos Tweak For Youtube क्या है?
Reply Videos Tweak For Youtube Zenunity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables autoreplay of a YouTube™ videos"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reply Videos Tweak For Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kijcidehmghliocaelamimgiaiogcjal |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
विवरण | Enables autoreplay of a YouTube™ videos |
फ़ाइल का आकार | 12.71 KB |
स्थापना संख्या | 22,426 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2021-02-12 |
प्रकाशन तिथि | 2021-02-11 |
रेटिंग | 2.74/5 कुल 491 रेटिंग्स |
डेवलपर | Zenunity |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://4kdownloader.net/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |