Show YouTube Approve Button
Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
Cos'è Show YouTube Approve Button?
Show YouTube Approve Button è un'estensione di Chrome sviluppata da http://mrleeteaches.com, e la sua funzione principale è "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Show YouTube Approve Button
Scarica i file di estensione Show YouTube Approve Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | habhlblkhigpcgkaeoodhdmgomndhkom |
URL Ufficiale | https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom |
Descrizione | Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list. |
Dimensione del File | 19.09 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.1.0.0 |
Ultimo Aggiornamento | 2019-05-11 |
Data di Pubblicazione | 2019-05-11 |
Sviluppatore | http://mrleeteaches.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://developer.chrome.com/webstore/terms |
Lingue Supportate | 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 } |