VISO for Chrome
VISO for Chrome gives you automated and intelligent optimization tips while you edit & upload on YouTube
VISO for Chrome क्या है?
VISO for Chrome https://viso.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VISO for Chrome gives you automated and intelligent optimization tips while you edit & upload on YouTube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VISO for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Improve your YouTube video titles, descriptions, and tags on the fly with VISO as your co-pilot. Accompanying this is a state of the art Image Editor; choose backgrounds, add text and position graphics to customize to your heart's content. VISO gives you everything you need to grow your audience! Note: You must be partnered with BBTV or an associated network to use this extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gigejlhmkgfmlahodjfejfnhegfllhoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/viso-for-chrome/gigejlhmkgfmlahodjfejfnhegfllhoh |
विवरण | VISO for Chrome gives you automated and intelligent optimization tips while you edit & upload on YouTube |
फ़ाइल का आकार | 40.9 MB |
स्थापना संख्या | 7,827 |
वर्तमान संस्करण | 2.3.3 |
अंतिम अपडेट | 2023-12-19 |
प्रकाशन तिथि | 2020-06-19 |
रेटिंग | 3.95/5 कुल 230 रेटिंग्स |
डेवलपर | https://viso.tv |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://viso.tv |
सहायता पृष्ठ URL | https://support.bbtv.com |
गोपनीयता नीति पृष्ठ URL | https://bbtv.com/privacy-policy |
समर्थित भाषाएँ | de,en,fr,vi,es,pt-BR,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDescription__", "default_locale": "en", "version": "2.3.3", "manifest_version": 3, "options_page": "options.html", "background": { "service_worker": "service-worker.bundle.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/studio.youtube.com\/*" ], "js": [ "contentscript.youtube.bundle.js" ] } ], "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "128": "icon128.png" }, "permissions": [ "tabs", "cookies", "storage", "alarms" ], "host_permissions": [ "https:\/\/studio.youtube.com\/*", "*:\/\/app.viso.tv\/" ], "externally_connectable": { "matches": [ "https:\/\/studio.youtube.com\/*", "https:\/\/app.viso.tv\/*" ] }, "web_accessible_resources": [ { "resources": [ "assets\/*", "images\/*", "twoarms.png", "google-icon-color.svg", "pablo-v4c.png", "pablo-skydiver-small.png", "pablo-type-small.png", "pablo-avatar-sad.png", "pablo-missing.png", "powered-by.png", "monitor.png", "clouds.png", "image-editor-initial-image.jpg", "image-editor-bg.jpg", "image-editor-error-bg.png" ], "matches": [ "https:\/\/studio.youtube.com\/*" ], "use_dynamic_url": true } ], "name": "__MSG_appName__" } |