Youtube crawler

Youtube channel and video crawler tool

Τι είναι το Youtube crawler;

Το Youtube crawler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.vidigger.com, και η κύρια λειτουργία του είναι "Youtube channel and video crawler tool".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Youtube crawler

Λήψη αρχείων επέκτασης Youtube crawler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        VIDigger- The Most Advanced Targeting Tools Available For YouTube Video Ads… Period!

Discover Hundreds of Video And Channel Links 
In Minutes From Almost Any Niche!

Already know what your target audience is searching for on YouTube? If yes, then this tool will help you get hundreds of videos and channels with the click of a button! All you have to do then, is run your ads in front of each of these videos and channels, and you’re on your way for a very successful video ad campaign!

The Most Advanced Targeting Tools Available For YouTube Video Ads!

Search Videos & Channels by Complex Phrases Export By CSV or simple paste......
No proxy required!

Hyper-threading technology

Video CSV Results: URL | Rank in Youtube | Views | Video title | Video description | Channel name | How long ago the video was published | Length | Verified Channel Y/N

Channel CSV Results: URL | Rank in Youtube | Channel name | How long ago the channel was created | Number of channel subscribers | Number of videos published | Verified Channel Y/N

Creating a Real  & High Profitable Video & Channel Lists! Directely  From Youtube!

Multi license - You can install  on up to 3 computers!

For Windows,  Mac,  Chromebook & Linux

Newbie & Pro Friendly  Enviroment

Step-by-Step "how to" Tutorial. VIDigger is one of the simplest and most intuitive IM software you will ever use and you probably will not have any questions... But just in case you do, each and every feature is covered in full detail, in the help section.

Optimized for speed and Accurate VIDigger contains the fastest process mining algorithms, and the most efficient Hyper engine framework In The Market . On top of that, you get an obsessively streamlined user experience allowing you to move fast. Because what counts is performance from start to finish.

Handcrafted by experts! VIDigger was built by professionals with more than ten years of software Dev. experience. With VIDigger, we have used our experience from countless IM software projects and designed a tool that fits perfectly into the workflow of both professionals and novices

The Must have tool for any Youtube Marketers & Advertisers

We constantly update VIDigger to ensure you generate only accurate Link lists with the latest up to date data available.

Our goal is that you are completely satisfied with your purchase. If for any reason you aren't satisfied we will be at your service please let us know by: Emailing a request to [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Youtube crawler Youtube crawler
ID gdifceioppbkahcaclikfmelgbdngghk
Επίσημο URL https://chromewebstore.google.com/detail/youtube-crawler/gdifceioppbkahcaclikfmelgbdngghk
Περιγραφή Youtube channel and video crawler tool
Μέγεθος Αρχείου 719 KB
Αριθμός Εγκαταστάσεων 915
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2019-11-20
Ημερομηνία Δημοσίευσης 2019-11-14
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://www.vidigger.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.roi.im
Διεύθυνση URL της Σελίδας Βοήθειας http://www.vidigger.com/help
URL της Σελίδας Πολιτικής Απορρήτου http://www.roi.im/privacypolicy.htm
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube crawler",
    "version": "2.1",
    "description": "Youtube channel and video crawler tool",
    "manifest_version": 2,
    "icons": {
        "16": "logo16.png",
        "128": "logo128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.vidigger.vidigger.com\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Run Youtube Crawler",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "incognito": "split"
}