Kakuy Live

KakuyLive Social Browsing

Was ist Kakuy Live?

Kakuy Live ist eine Chrome-Erweiterung, die von https://www.kakuylive.com entwickelt wurde, und ihr Hauptmerkmal ist "KakuyLive Social Browsing".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Kakuy Live-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kakuy Live-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kakuy Live Kakuy Live
ID mfokjmdlchngfadmbhmhenelgmbccdmc
Offizielle URL https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc
Beschreibung KakuyLive Social Browsing
Dateigröße 3.53 MB
Installationsanzahl 15
Aktuelle Version 1.3
Letztes Update 2014-08-27
Veröffentlichungsdatum 2014-08-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.kakuylive.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}