Gary Vaynerchuk Motivation

Get motivational Gary Vee quotes every time you open a new tab

What is Gary Vaynerchuk Motivation?

Gary Vaynerchuk Motivation is a Chrome extension developed by Alex Marshall, and its main feature is "Get motivational Gary Vee quotes every time you open a new tab".

Extension Screenshots

screenshot

Download Gary Vaynerchuk Motivation Extension CRX File

Download Gary Vaynerchuk Motivation 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

                        Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.                    

Extension Basic Information

Name Gary Vaynerchuk Motivation Gary Vaynerchuk Motivation
ID bihpagippmobccegdjlngakomjhdnhja
Official URL https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja
Description Get motivational Gary Vee quotes every time you open a new tab
File Size 167 KB
Installation Count 68
Current Version 0.0.0.3
Last Updated 2017-03-24
Publish Date 2017-03-24
Rating 4.67/5 Total 3 Ratings
Developer Alex Marshall
Email [email protected]
Payment Type in_app
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gary Vaynerchuk Motivation",
    "description": "Get motivational Gary Vee quotes every time you open a new tab",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "icons": {
        "128": "logo128.png"
    },
    "chrome_url_overrides": {
        "newtab": "myhtml.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "myjavascript.js"
            ],
            "run_at": "document_end"
        }
    ]
}