Show YouTube Approve Button

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

Hvad er Show YouTube Approve Button?

Show YouTube Approve Button er en Chrome-udvidelse udviklet af http://mrleeteaches.com, og dens hovedfunktion er "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.".

Udvidelsesskærmbilleder

screenshot

Download Show YouTube Approve Button-udvidelses-CRX-fil

Download Show YouTube Approve Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Show YouTube Approve Button Show YouTube Approve Button
ID habhlblkhigpcgkaeoodhdmgomndhkom
Officiel URL https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom
Beskrivelse Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
Filstørrelse 19.09 KB
Antal Installationer 2,000
Nuværende Version 1.1.0.0
Senest Opdateret 2019-05-11
Udgivelsesdato 2019-05-11
Udvikler http://mrleeteaches.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://developer.chrome.com/webstore/terms
Understøttede Sprog 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
}