YouTubify
Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos.
YouTubify란 무엇입니까?
YouTubify은(는) https://www.moistcontent.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos."입니다.
확장 프로그램 스크린샷
YouTubify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTubify (previously known as VideOWNED) gives you the control over web videos that you deserve. Adding some of the best features from YouTube videos that regular HTML5 videos don't have, such as disable autoplaying videos, and adding pause/play on click, along with fullscreen on double click. These are all configurable and sync across your Google account settings. Enjoy!
확장 프로그램 기본 정보
이름 | YouTubify |
ID | gndoplhilhoolhljkjpjhokagohhlojb |
공식 URL | https://chromewebstore.google.com/detail/youtubify/gndoplhilhoolhljkjpjhokagohhlojb |
설명 | Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos. |
파일 크기 | 368 KB |
설치 횟수 | 211 |
현재 버전 | 1.3 |
최근 업데이트 | 2019-03-03 |
출시 날짜 | 2019-03-03 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | https://www.moistcontent.com |
결제 유형 | free |
도움말 페이지 URL | http://www.twitter.com/mythicalpizza |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Kyle Hickey", "background": { "persistent": false, "scripts": [ "resources\/scripts\/background.js" ] }, "content_scripts": [ { "css": [ "resources\/css\/extension.css" ], "js": [ "resources\/scripts\/extension.js", "resources\/scripts\/storage.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos.", "icons": { "16": "AppIcon-16.png", "24": "AppIcon-24.png", "32": "AppIcon-32.png", "48": "AppIcon-48.png", "64": "AppIcon-64.png", "128": "AppIcon-128.png" }, "web_accessible_resources": [ "reources", "resources\/*", "resources\/scripts\/*", "resources\/css\/*", "resources\/scripts\/storage.js", "resources\/images\/*", "*.png" ], "manifest_version": 2, "name": "YouTubify", "offline_enabled": true, "short_name": "YouTubify", "version": "1.3", "permissions": [ "storage" ], "browser_action": { "default_icon": "AppIcon-48.png", "default_popup": "resources\/popup.html", "default_title": "Configure YouTubify" } } |