Show YouTube Approve Button
Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
Vad är Show YouTube Approve Button?
Show YouTube Approve Button är en Chrome-tillägg utvecklad av http://mrleeteaches.com, och dess huvudfunktion är "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.".
Tilläggsskärmbilder
Ladda ner Show YouTube Approve Button-förlängningens CRX-fil
Ladda ner Show YouTube Approve Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | habhlblkhigpcgkaeoodhdmgomndhkom |
Officiell webbadress | https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom |
Beskrivning | Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list. |
Filstorlek | 19.09 KB |
Antal Installationer | 2,000 |
Aktuell Version | 1.1.0.0 |
Senast Uppdaterad | 2019-05-11 |
Publiceringsdatum | 2019-05-11 |
Utvecklare | http://mrleeteaches.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://developer.chrome.com/webstore/terms |
Stödda Språk | 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 } |