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 là gì?
Show YouTube Approve Button là một tiện ích mở rộng Chrome được phát triển bởi http://mrleeteaches.com, và tính năng chính của nó là "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Show YouTube Approve Button
Tải xuống các tệp mở rộng Show YouTube Approve Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | habhlblkhigpcgkaeoodhdmgomndhkom |
URL Chính Thức | https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom |
Mô tả | Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list. |
Kích Thước Tệp | 19.09 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.1.0.0 |
Cập Nhật Lần Cuối | 2019-05-11 |
Ngày Phát Hành | 2019-05-11 |
Nhà Phát Triển | http://mrleeteaches.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://developer.chrome.com/webstore/terms |
Ngôn Ngữ Được Hỗ Trợ | 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 } |