vidIQ Vision for YouTube

Uncover the secrets to success behind your favorite YouTube videos.

Qu'est-ce que vidIQ Vision for YouTube ?

vidIQ Vision for YouTube est une extension Chrome développée par https://vidiq.com, et sa fonction principale est "Uncover the secrets to success behind your favorite YouTube videos.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension vidIQ Vision for YouTube

Téléchargez les fichiers d'extension vidIQ Vision for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom vidIQ Vision for YouTube vidIQ Vision for YouTube
ID pachckjkecffpdphbpmfolblodfkgbhl
URL Officiel https://chromewebstore.google.com/detail/vidiq-vision-for-youtube/pachckjkecffpdphbpmfolblodfkgbhl
Description Uncover the secrets to success behind your favorite YouTube videos.
Taille du Fichier 6.28 MB
Nombre d'Installations 3,052,818
Version Actuelle 3.104.2
Dernière Mise à Jour 2024-02-16
Date de Publication 2020-07-02
Évaluation 4.51/5 Total 9674 Évaluations
Développeur https://vidiq.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://support.vidiq.com/
URL de la Page de Politique de Confidentialité https://vidiq.com/privacy
Langues Prises en Charge 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"
    ]
}