Show YouTube Approve Button

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

Show YouTube Approve Buttonとは何ですか?

Show YouTube Approve Buttonはhttp://mrleeteaches.comによって開発されたChromeの拡張機能で、その主な機能は「Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.」です。

拡張機能のスクリーンショット

screenshot

Show YouTube Approve Button拡張機能のCRXファイルをダウンロード

Show YouTube Approve Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Show YouTube Approve Button Show YouTube Approve Button
ID habhlblkhigpcgkaeoodhdmgomndhkom
公式URL https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom
説明 Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
ファイルサイズ 19.09 KB
インストール数 2,000
現在のバージョン 1.1.0.0
最終更新日 2019-05-11
公開日 2019-05-11
開発者 http://mrleeteaches.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://developer.chrome.com/webstore/terms
対応言語 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
}