YouTube Liker
Automatically likes YouTube videos from enabled channels
YouTube Liker란 무엇입니까?
YouTube Liker은(는) aidenmagrath에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically likes YouTube videos from enabled channels"입니다.
확장 프로그램 스크린샷
YouTube Liker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTube Liker allows to automatically like videos from YouTube channels at the push of a button. Simply visit a YouTube channel or video and toggle the switch in the extensions popup view.
확장 프로그램 기본 정보
이름 | |
ID | joglicoigmjmioehpcohmipdpccpmmpn |
공식 URL | https://chrome.google.com/webstore/detail/youtube-liker/joglicoigmjmioehpcohmipdpccpmmpn |
설명 | Automatically likes YouTube videos from enabled channels |
파일 크기 | 92.62 KB |
설치 횟수 | 943 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2017-05-22 |
출시 날짜 | 2017-05-22 |
평점 | 2.56/5 총 18 개의 평점 |
개발자 | aidenmagrath |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Liker", "description": "Automatically likes YouTube videos from enabled channels", "version": "1.0.3", "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_title": "YouTube Liker", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "identity", "storage", "notifications" ], "oauth2": { "client_id": "2833665716-eh6vtk8u50vis4usqbqbj2dle93delkh.apps.googleusercontent.com", "scopes": [ "profile", "https:\/\/www.googleapis.com\/auth\/youtube" ] } } |