Kakuy Live
KakuyLive Social Browsing
What is Kakuy Live?
Kakuy Live is a Chrome extension developed by https://www.kakuylive.com, and its main feature is "KakuyLive Social Browsing".
Extension Screenshots
Download Kakuy Live Extension CRX File
Download Kakuy Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kakuy Live |
ID | mfokjmdlchngfadmbhmhenelgmbccdmc |
Official URL | https://chromewebstore.google.com/detail/kakuy-live/mfokjmdlchngfadmbhmhenelgmbccdmc |
Description | KakuyLive Social Browsing |
File Size | 3.53 MB |
Installation Count | 15 |
Current Version | 1.3 |
Last Updated | 2014-08-27 |
Publish Date | 2014-08-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.kakuylive.com |
Payment Type | free |
Supported Languages | 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" } } |