Likeey
Likeey allows you to increase your likes on your posts. This extension works as a like exchange.
Что такое Likeey?
Likeey - это расширение Chrome, разработанное Likeey, и его основная функция - "Likeey allows you to increase your likes on your posts. This extension works as a like exchange.".
Снимки экрана расширения
Скачать файл CRX расширения Likeey
Скачайте файлы расширений Likeey в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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                     Основная информация о расширении
| Название |   |  
| ID | ffadpiabilbnjbgcemdndlkikhmnniel | 
| Официальный URL | https://chromewebstore.google.com/detail/likeey/ffadpiabilbnjbgcemdndlkikhmnniel | 
| Описание | Likeey allows you to increase your likes on your posts. This extension works as a like exchange. | 
| Размер файла | 438 KB | 
| Количество установок | 199,721 | 
| Текущая Версия | 2.5 | 
| Последнее Обновление | 2024-01-16 | 
| Дата публикации | 2022-06-10 | 
| Рейтинг | 4.85/5 Всего 474 оценок | 
| Разработчик | Likeey | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| URL страницы политики конфиденциальности | https://likeeey.biz/chrome_privacy.html | 
| Поддерживаемые языки | 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"
    ]
}  |  |