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 |
官方網址 | 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" ] } } |