Youtube money views

Show how much a video is making money

What is Youtube money views?

Youtube money views is a Chrome extension developed by Joran Backx, and its main feature is "Show how much a video is making money".

Download Youtube money views Extension CRX File

Download Youtube money views 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

                                            

Extension Basic Information

Name Youtube money views Youtube money views
ID bcdfcomlboicacabpjjiofnecbkflkeg
Official URL https://chrome.google.com/webstore/detail/youtube-money-views/bcdfcomlboicacabpjjiofnecbkflkeg
Description Show how much a video is making money
File Size 92.62 KB
Installation Count 22
Current Version 0.1.1
Last Updated 2016-12-04
Publish Date 2016-12-04
Rating 1.00/5 Total 1 Ratings
Developer Joran Backx
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube money views",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Show how much a video is making money",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "basic.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "contentscript.js"
            ]
        }
    ]
}