Likeey

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

Likeey là gì?

Likeey là một tiện ích mở rộng Chrome được phát triển bởi Likeey, và tính năng chính của nó là "Likeey allows you to increase your likes on your posts. This extension works as a like exchange.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Likeey

Tải xuống các tệp mở rộng Likeey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Likeey Likeey
ID ffadpiabilbnjbgcemdndlkikhmnniel
URL Chính Thức https://chromewebstore.google.com/detail/likeey/ffadpiabilbnjbgcemdndlkikhmnniel
Mô tả Likeey allows you to increase your likes on your posts. This extension works as a like exchange.
Kích Thước Tệp 438 KB
Số Lần Cài Đặt 199,721
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2024-01-16
Ngày Phát Hành 2022-06-10
Đánh Giá 4.85/5 Tổng số 474 Đánh Giá
Nhà Phát Triển Likeey
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://likeeey.biz/chrome_privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}