Kakuy Live

KakuyLive Social Browsing

Apa itu Kakuy Live?

Kakuy Live adalah ekstensi Chrome yang dikembangkan oleh https://www.kakuylive.com, dan fitur utamanya adalah "KakuyLive Social Browsing".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Kakuy Live

Unduh file ekstensi Kakuy Live dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Kakuy Live Kakuy Live
ID mfokjmdlchngfadmbhmhenelgmbccdmc
URL Resmi https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc
Deskripsi KakuyLive Social Browsing
Ukuran File 3.53 MB
Jumlah Instalasi 15
Versi Saat Ini 1.3
Terakhir Diperbarui 2014-08-27
Tanggal Publikasi 2014-08-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.kakuylive.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}