uTun4 for Youtube ™
adjust video as you like on Youtube ™
uTun4 for Youtube ™ क्या है?
uTun4 for Youtube ™ KC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "adjust video as you like on Youtube ™"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में uTun4 for Youtube ™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
hide the fish in player and delete some over designs why i don't do this in the first place. so stupidˊˋ ---- fix volume and speed control init --- update for new YouTube --- tune video as you like on #youtube filters, play speed, unlimited volume try right click,and wheel if there is something wrong call 911
एक्सटेंशन की मूल जानकारी
नाम | uTun4 for Youtube ™ |
ID | ifhpghghhikcmdopjjlbckknkaafoafi |
आधिकारिक URL | https://chromewebstore.google.com/detail/utun4-for-youtube/ifhpghghhikcmdopjjlbckknkaafoafi |
विवरण | adjust video as you like on Youtube ™ |
फ़ाइल का आकार | 70.02 KB |
स्थापना संख्या | 279 |
वर्तमान संस्करण | 1.0.0.6 |
अंतिम अपडेट | 2019-03-14 |
प्रकाशन तिथि | 2019-03-14 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | KC |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "manifest_version": 2, "version": "1.0.0.6", "default_locale": "en", "icons": { "128": "icon\/utuna.png" }, "browser_action": { "default_icon": { "38": "icon\/utuna.png" } }, "background": { "scripts": [ "index.js" ], "persistent": false }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "css": [ "css\/utu.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js", "Sortable.min.js" ], "run_at": "document_end" } ], "options_page": "options.html", "web_accessible_resources": [ "temp\/*", "audio\/*", "icon\/*", "image\/*", "lib\/*" ] } |