YouTube Liker
Automatically likes YouTube videos from enabled channels
What is YouTube Liker?
YouTube Liker is a Chrome extension developed by aidenmagrath, and its main feature is "Automatically likes YouTube videos from enabled channels".
Extension Screenshots
Download YouTube Liker Extension CRX File
Download YouTube Liker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | joglicoigmjmioehpcohmipdpccpmmpn |
Official URL | https://chrome.google.com/webstore/detail/youtube-liker/joglicoigmjmioehpcohmipdpccpmmpn |
Description | Automatically likes YouTube videos from enabled channels |
File Size | 92.62 KB |
Installation Count | 943 |
Current Version | 1.0.3 |
Last Updated | 2017-05-22 |
Publish Date | 2017-05-22 |
Rating | 2.56/5 Total 18 Ratings |
Developer | aidenmagrath |
Payment Type | free |
Supported Languages | 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" ] } } |