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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VISO for Chrome gives you automated and intelligent optimization tips while you edit & upload on YouTube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

VISO for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 VISO for Chrome VISO for Chrome
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__"
}