vidIQ Vision for YouTube

Uncover the secrets to success behind your favorite YouTube videos.

什么是vidIQ Vision for YouTube?

vidIQ Vision for YouTube是由https://vidiq.com开发的Chrome扩展程序,该扩展的主要功能是“Uncover the secrets to success behind your favorite YouTube videos.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载vidIQ Vision for YouTube扩展crx文件

下载vidIQ Vision for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you want to know how to get more YouTube views, or discover the secrets to success behind your favorite YouTube channels and videos? vidIQ Vision for Chrome is a suite of powerful tools that every creator need access to if they want to build their audience on YouTube.

Whether you’re a content creator, digital-first publisher, or a community or marketing manager you need to know:

- What makes ‘Related Videos’ related?
- How do videos get ranked in Search?
- Where do ‘Recommended Videos’ come from?
- What does good YouTube SEO look like?
- How does social media fit into audience development?
- What’s REALLY trending on YouTube
- What content your audience is searching for
- What content to double down on to get more YouTube views

vidIQ's free Chrome extension provides these answers! We give you unique and authentic optimization data that can dramatically improve your videos’ performance, subscriber engagement, and promotion opportunities. vidIQ comes with a range of awesome features including:

vidIQ Score – We rank every YouTube video according to a proprietary, cross-platform algorithm, and assign it an optimization score to predict its likelihood of promotion in Related Videos, Search, Recommended Videos, and more.

Channel Audit - Have you ever wanted your very own Channel Audit, available 24/7? The YouTube Channel audit tool from vidIQ is one of the most powerful video marketing tools you can access. It quickly shows you how your content is performing, what’s working, and what issues need your attention.

Video Velocity – Measured in Views Per Hour, the Velocity feature allows you to identify which YouTube videos are gaining viral traction by seeing how quickly views are accelerating – in real-time!

vidIQ Competitors Tool - Get insights into what your competitors are doing to rank highly and generate major views and subscribers. Our Competitors Tool allows you to follow the competition and leverage what they do right for your own YouTube strategy.

Average Watch Time – Get an exact idea of average viewing length for both your videos and those you’re watching.

Social Media Likes/Shares/Comments – See how many times someone on Facebook, Twitter, or Reddit has Liked, Shared or included your video’s URL in a comment.

Get even more from vidIQ with our upgrade plans:

vidIQ Pro - Get access to historical data to go back in time on popular videos, perform keyword research to get the best keywords for your next video, track your competition, and promote your videos via Description Campaigns.

vidIQ Boost - Boost your videos’ SEO quickly and simply with vidIQ’s proprietary keyword recommendation engine to optimize tags, title, and description. Unlimited access to Pro tools and the ability to track and optimize more channels.

VidIQ Boost+ - All the features of Boost PLUS personalized coaching for serious YouTube creators

Vision is just one part of vidIQ’s robust suite of video marketing software and YouTube audience development tools. For access to these and to view our industry White Paper, visit us @ http://www.vidIQ.com

Stay in touch:

Like us on Facebook: http://facebook.com/vidIQapp
Follow us on Twitter: http://twitter.com/vidIQ
Subscribe to our YouTube channel: https://www.youtube.com/vidiq
Read our blog: https://vidiq.com/blog/

Support:

Have any questions or feedback? Please get in touch with our support team at [email protected]                    

扩展基本信息

名称 vidIQ Vision for YouTube vidIQ Vision for YouTube
ID pachckjkecffpdphbpmfolblodfkgbhl
官方URL https://chromewebstore.google.com/detail/vidiq-vision-for-youtube/pachckjkecffpdphbpmfolblodfkgbhl
简介 Uncover the secrets to success behind your favorite YouTube videos.
文件大小 6.28 MB
安装次数 3,052,818
当前版本 3.104.2
更新时间 2024-02-16
上架时间 2020-07-02
评分 4.51/5 共9674次评分
开发者 https://vidiq.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://support.vidiq.com/
隐私政策页面URL https://vidiq.com/privacy
支持的语言 en,fr,vi,tr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vidIQ Vision for YouTube",
    "version": "3.104.2",
    "description": "Uncover the secrets to success behind your favorite YouTube videos.",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/vidiq.com\/",
    "options_page": "options.html",
    "icons": {
        "48": "images\/vidiq-badge.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "oauth2": {
        "client_id": "928183395842-ig3govj9ifu752sb956mp3kbecivb8a3.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email"
        ]
    },
    "permissions": [
        "cookies",
        "",
        "clipboardWrite",
        "storage",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/studio.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.youtube.com\/subscribe_embed*"
            ],
            "css": [
                "bundle.css"
            ],
            "js": [
                "bundle.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "tiktok.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "tiktokDocumentStart.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/embed\/*"
            ],
            "all_frames": true,
            "js": [
                "getIframeVideoStill.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.vidiq.com\/*",
                "*:\/\/vidiq.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "extensionLogin.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com https:\/\/d2dq2ahtl5zl1z.cloudfront.net https:\/\/www.google.com https:\/\/www.gstatic.com https:\/\/apis.google.com https:\/\/accounts.google.com https:\/\/www.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "options.html",
        "options.js",
        "_locales\/en\/messages.json",
        "animations\/confetti.json",
        "fonts\/Inter-Bold.ttf",
        "fonts\/Inter-ExtraLight.ttf",
        "fonts\/Inter-Light.ttf",
        "fonts\/Inter-Medium.ttf",
        "fonts\/Inter-Regular.ttf",
        "fonts\/Inter-SemiBold.ttf",
        "fonts\/Inter-Thin.ttf",
        "images\/puzzle.png",
        "images\/guage-needle.png",
        "images\/guage-dots.png",
        "images\/globe.png",
        "images\/cloud.png",
        "images\/people.png",
        "images\/icon128_stroke.png",
        "images\/search.png",
        "images\/close.png",
        "images\/tags.png",
        "images\/vidiq.svg",
        "images\/vidiq_dark.svg",
        "images\/clouds.svg",
        "images\/reorder.png",
        "images\/loader.gif",
        "images\/downArrow.png",
        "images\/upArrow.png",
        "images\/flags.png",
        "images\/phone.png",
        "images\/desktop.png",
        "images\/present_top.png",
        "images\/present_bottom.png",
        "images\/tablet.png",
        "images\/arrow.png",
        "images\/big_loader.gif",
        "images\/popupArrowRight.png",
        "images\/loginCollapse.png",
        "images\/icon128.png",
        "images\/glyphicons-halflings-white.png",
        "images\/paperclip.gif",
        "images\/button_loading.gif",
        "images\/paperclip_white.gif",
        "images\/trending-blurred.png",
        "images\/graph-blurred.png",
        "images\/badge-basic.png",
        "images\/badge-pro.png",
        "images\/badge-boost.png",
        "images\/badge-max.png",
        "images\/badge-ent.png",
        "images\/upgrade-historical.jpg",
        "images\/upgrade-search.jpg",
        "images\/upgrade-embed.jpg",
        "images\/upgrade-btod.jpg",
        "images\/upgrade-optim.jpg",
        "images\/upsell-search-dark.jpg",
        "images\/upsell-search-light.jpg",
        "images\/upsell-social-stats.png",
        "images\/icon-youtube.png",
        "images\/icon-twitter.png",
        "images\/icon-annotation-anchored.png",
        "images\/icon-annotation-popup.png",
        "images\/icon-annotation-title.png",
        "images\/icon-annotation-highlight.png",
        "images\/icon-annotation-label.png",
        "images\/competition-tab-teaser.jpg",
        "images\/pin-icon.svg",
        "images\/icon-monitor-trending.png",
        "images\/icon-monitor-vidiq.png",
        "images\/icon-monitor-music.png",
        "images\/icon-monitor-gaming.png",
        "images\/engagement-badges.png",
        "images\/stat-creator-suggested.png",
        "images\/stat-organic-views.png",
        "images\/stat-referrers.png",
        "images\/default-channel-icon.png",
        "images\/rocket-icon.svg",
        "images\/target-icon.svg",
        "images\/views-achievements.svg",
        "images\/subs-achievements.svg",
        "images\/uploads-achievements.svg",
        "images\/likes-achievements.svg",
        "images\/comments-achievements.svg",
        "images\/hours-watched-achievements.svg",
        "images\/top-icon.svg",
        "images\/top-likes.svg",
        "images\/top-subs.svg",
        "images\/top-view.svg",
        "images\/top-upload.svg",
        "images\/top-comments.svg",
        "images\/top-watched.svg",
        "images\/best-time-to-post-teaser.jpg",
        "images\/upload-spot-icon.svg",
        "images\/sparkline-up.svg",
        "images\/sparkline-down.svg",
        "images\/rounded-triangle.svg",
        "images\/menu-icon.svg",
        "images\/x-close-btn.svg",
        "images\/x-plus-btn.svg",
        "images\/important-icon.svg",
        "images\/email-check.svg",
        "images\/close-x.svg",
        "images\/trending-videos-upsell.png",
        "images\/checkmark-icon.png",
        "images\/checklist-false.svg",
        "images\/checklist-true.svg",
        "images\/checklist-go.svg",
        "images\/video-preview-teaser.png",
        "images\/vidiq-nyan-cat.gif",
        "images\/vidiq-circle-icon.png",
        "images\/vidiq-badge.png",
        "images\/pin-extension-infographic.svg",
        "images\/chevron-down.svg",
        "images\/upsell-thumbnail-builder1.jpg",
        "images\/upsell-thumbnail-builder2.jpg",
        "images\/upsell-thumbnail-builder3.jpg",
        "images\/upsell-thumbnail-builder4.jpg",
        "images\/loader-black.gif",
        "images\/loader-white.gif"
    ]
}