Show YouTube Approve Button
Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
Qu'est-ce que Show YouTube Approve Button ?
Show YouTube Approve Button est une extension Chrome développée par http://mrleeteaches.com, et sa fonction principale est "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Show YouTube Approve Button
Téléchargez les fichiers d'extension Show YouTube Approve Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | habhlblkhigpcgkaeoodhdmgomndhkom |
URL Officiel | https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom |
Description | Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list. |
Taille du Fichier | 19.09 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.1.0.0 |
Dernière Mise à Jour | 2019-05-11 |
Date de Publication | 2019-05-11 |
Développeur | http://mrleeteaches.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://developer.chrome.com/webstore/terms |
Langues Prises en Charge | 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 } |