YouTube Liker
Automatically likes YouTube videos from enabled channels
O que é YouTube Liker?
YouTube Liker é uma extensão do Chrome desenvolvida por aidenmagrath, e sua principal característica é "Automatically likes YouTube videos from enabled channels".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Liker
Baixe arquivos de extensão YouTube Liker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | joglicoigmjmioehpcohmipdpccpmmpn |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-liker/joglicoigmjmioehpcohmipdpccpmmpn |
Descrição | Automatically likes YouTube videos from enabled channels |
Tamanho do Arquivo | 92.62 KB |
Contagem de Instalações | 943 |
Versão Atual | 1.0.3 |
Última Atualização | 2017-05-22 |
Data de Publicação | 2017-05-22 |
Classificação | 2.56/5 Total de 18 Avaliações |
Desenvolvedor | aidenmagrath |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |