Show YouTube Approve Button

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

Apa itu Show YouTube Approve Button?

Show YouTube Approve Button adalah ekstensi Chrome yang dikembangkan oleh http://mrleeteaches.com, dan fitur utamanya adalah "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Show YouTube Approve Button

Unduh file ekstensi Show YouTube Approve Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Show YouTube Approve Button Show YouTube Approve Button
ID habhlblkhigpcgkaeoodhdmgomndhkom
URL Resmi https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom
Deskripsi Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
Ukuran File 19.09 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.1.0.0
Terakhir Diperbarui 2019-05-11
Tanggal Publikasi 2019-05-11
Pengembang http://mrleeteaches.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://developer.chrome.com/webstore/terms
Bahasa yang Didukung 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
}