Kakuy Live

KakuyLive Social Browsing

Τι είναι το Kakuy Live;

Το Kakuy Live είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.kakuylive.com, και η κύρια λειτουργία του είναι "KakuyLive Social Browsing".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Kakuy Live

Λήψη αρχείων επέκτασης Kakuy Live σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This plugin was created in order to give the searches a more social approach to the end users, so that when you search for some info in one of the majos engines like (google, yahoo, bing,yandex, baidu) if other users search for the same as you, you can check the info the share, try a chat or share your own info so that others can see it.

We think that the human being is the best link and so we create this plugin to attach the links provided a human approach to the info they have.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kakuy Live Kakuy Live
ID mfokjmdlchngfadmbhmhenelgmbccdmc
Επίσημο URL https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc
Περιγραφή KakuyLive Social Browsing
Μέγεθος Αρχείου 3.53 MB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2014-08-27
Ημερομηνία Δημοσίευσης 2014-08-27
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.kakuylive.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,en-GB,en-US,fil,fr,es,es-419,it,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kakuy Live",
    "description": "KakuyLive Social Browsing",
    "version": "1.3",
    "icons": {
        "128": "icon_128.png"
    },
    "default_locale": "es",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}