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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}