Show YouTube Approve Button

Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.

What is Show YouTube Approve Button?

Show YouTube Approve Button is a Chrome extension developed by http://mrleeteaches.com, and its main feature is "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.".

Extension Screenshots

screenshot

Download Show YouTube Approve Button Extension CRX File

Download Show YouTube Approve Button 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

                        This extension, when clicked, will open a new window (or tab if you set the option) and append some text to the url in order to cause the YouTube Approve/Remove button to show up.  The Approve/Remove button is only for GSuite Domains that have the option enabled.  I made this extension to support school districts that have this issue after the latest updated to Google Chrome.                    

Extension Basic Information

Name Show YouTube Approve Button Show YouTube Approve Button
ID habhlblkhigpcgkaeoodhdmgomndhkom
Official URL https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom
Description Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
File Size 19.09 KB
Installation Count 2,000
Current Version 1.1.0.0
Last Updated 2019-05-11
Publish Date 2019-05-11
Developer http://mrleeteaches.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://developer.chrome.com/webstore/terms
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show YouTube Approve Button",
    "version": "1.1.0.0",
    "description": "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.",
    "icons": {
        "16": "approvebutton_16.png",
        "48": "approvebutton_48.png",
        "128": "approvebutton_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "approvebutton_19.png",
        "default_title": "Show YouTube Approve Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}