Likeey

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

什么是Likeey?

Likeey是由Likeey开发的Chrome扩展程序,该扩展的主要功能是“Likeey allows you to increase your likes on your posts. This extension works as a like exchange.”。

扩展截图

screenshot
screenshot

下载Likeey扩展crx文件

下载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                    

扩展基本信息

名称 Likeey Likeey
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"
    ]
}