Youtube Video Ranker

Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.

What is Youtube Video Ranker?

Youtube Video Ranker is a Chrome extension developed by http://tubeviewranker.com, and its main feature is "Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.".

Extension Screenshots

screenshot

Download Youtube Video Ranker Extension CRX File

Download Youtube Video Ranker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find out which keywords your youtube videos rank for and how to gain maximum exposure on Youtube. Now you can track all your own videos and your competitors videos to find out how to reach the top spot and get more views.                    

Extension Basic Information

Name Youtube Video Ranker Youtube Video Ranker
ID jpanmkgklhoakhlgdfpibchgjhfmnmla
Official URL https://chrome.google.com/webstore/detail/youtube-video-ranker/jpanmkgklhoakhlgdfpibchgjhfmnmla
Description Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.
File Size 233 KB
Installation Count 7,000
Current Version 0.0.6
Last Updated 2018-05-30
Publish Date 2018-05-30
Rating 4.20/5 Total 5 Ratings
Developer http://tubeviewranker.com
Email [email protected]
Payment Type free
Extension Website https://tubeviewranker.com
Privacy Policy Page URL https://tubeviewranker.com/assets/files/privacypolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Ranker",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/youtube.com\/watch*"
            ],
            "js": [
                "scripts\/jquery-3.2.1.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "omnibox": {
        "keyword": "OMNIBOX-KEYWORD"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "TubeView Ranker",
        "default_popup": "popup.html"
    }
}