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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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 } |