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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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 } |