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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mrleeteaches.com และคุณลักษณะหลักของมันคือ "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show YouTube Approve Button
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |