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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |