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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}