Your Auto Liker

Automatically like or dislike videos from Youtube.

O que é Your Auto Liker?

Your Auto Liker é uma extensão do Chrome desenvolvida por https://fbfdestro.github.io/YourAutoLiker, e sua principal característica é "Automatically like or dislike videos from Youtube.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Your Auto Liker

Baixe arquivos de extensão Your Auto 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

                        Download the extension on your browser to like videos that you watch from your favorites channels automatically 

LIKE ALL VIDEOS FUNCTIONALITY ADDED!

The extension was built to help you never forget to like or dislike videos from channels that you already know. 

To use the extension you only need to click in the icon on the top right corner of your browser while watching youtube videos. 
While you are watching a video or on a channel's page, it's possible to add this channel to the list "always like or dislike videos from this channel".

Know more about the extension on our website: https://fbfdestro.github.io/YourAutoLiker/                    

Informações Básicas da Extensão

Nome Your Auto Liker Your Auto Liker
ID akbbabbhifekchhpijcbmicndgbeahoi
URL Oficial https://chrome.google.com/webstore/detail/your-auto-liker/akbbabbhifekchhpijcbmicndgbeahoi
Descrição Automatically like or dislike videos from Youtube.
Tamanho do Arquivo 194 KB
Contagem de Instalações 2,000
Versão Atual 0.1.5
Última Atualização 2021-04-17
Data de Publicação 2020-02-28
Classificação 2.80/5 Total de 60 Avaliações
Desenvolvedor https://fbfdestro.github.io/YourAutoLiker
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fbfdestro.github.io/YourAutoLiker/
Idiomas Suportados en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "https:\/\/fbfdestro.github.io\/YourAutoLiker\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/configuration.html"
    },
    "browser_action": {
        "default_icon": "imgs\/icon.png",
        "default_title": "Your Auto Liker - Reaga a esse canal",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "256": "imgs\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}