Show YouTube Approve Button

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

O que é Show YouTube Approve Button?

Show YouTube Approve Button é uma extensão do Chrome desenvolvida por http://mrleeteaches.com, e sua principal característica é "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Show YouTube Approve Button

Baixe arquivos de extensão Show YouTube Approve Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Show YouTube Approve Button Show YouTube Approve Button
ID habhlblkhigpcgkaeoodhdmgomndhkom
URL Oficial https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom
Descrição Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
Tamanho do Arquivo 19.09 KB
Contagem de Instalações 2,000
Versão Atual 1.1.0.0
Última Atualização 2019-05-11
Data de Publicação 2019-05-11
Desenvolvedor http://mrleeteaches.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://developer.chrome.com/webstore/terms
Idiomas Suportados 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
}