Likeey

Likeey allows you to increase your likes on your posts. This extension works as a like exchange.

O que é Likeey?

Likeey é uma extensão do Chrome desenvolvida por Likeey, e sua principal característica é "Likeey allows you to increase your likes on your posts. This extension works as a like exchange.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Likeey

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

                        On this extension do not need to enter sensitive informations. 

Features:
- No password required automatically verification.
- Safe, secure and super easy to use
- No extra registration required

How works:
- Get install Likeeey
- Sign in to your online social account
- Enable your liking switch on the settings page
- You will earn 3 credits every hour
- You can exchange your credits for real likes 1 like is 1 credit
- Use your brwoser as usally

Our fair usage policy:
- Your account likes other posts while your liking switch is enabled in the extension settings
- We will never attempt to change any of your informations
- This application will never attempt to make any posts, comments or follow other users.

Important:
- This application does not belong or is related to any official social media website                    

Informações Básicas da Extensão

Nome Likeey Likeey
ID ffadpiabilbnjbgcemdndlkikhmnniel
URL Oficial https://chromewebstore.google.com/detail/likeey/ffadpiabilbnjbgcemdndlkikhmnniel
Descrição Likeey allows you to increase your likes on your posts. This extension works as a like exchange.
Tamanho do Arquivo 438 KB
Contagem de Instalações 199,721
Versão Atual 2.5
Última Atualização 2024-01-16
Data de Publicação 2022-06-10
Classificação 4.85/5 Total de 474 Avaliações
Desenvolvedor Likeey
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://likeeey.biz/chrome_privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Likeey",
    "version": "2.5",
    "description": "Likeey allows you to increase your likes on your posts. This extension works as a like exchange.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.likeeey.biz\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "declarativeNetRequest"
    ]
}