Likeey

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

Likeey क्या है?

Likeey Likeey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Likeey allows you to increase your likes on your posts. This extension works as a like exchange."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Likeey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}