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文件
下载YouTube Liker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } } |