Kakapo for Chrome

A Chrome extension of Kakapo

What is Kakapo for Chrome?

Kakapo for Chrome is a Chrome extension developed by Daniel Levitt, and its main feature is "A Chrome extension of Kakapo".

Extension Screenshots

screenshot

Download Kakapo for Chrome Extension CRX File

Download Kakapo for Chrome 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

                        Kakapo - An open source ambient sound mixer for relaxation or productivity.

Works best with headphones :)

This Chrome extension launches alongside the website, OS X, Windows, iOS and Android apps so Kakapo is available everywhere.

All the code is available on GitHub (search Kakapo) so you can contribute ideas, code or anything you like!                    

Extension Basic Information

Name Kakapo for Chrome Kakapo for Chrome
ID hjbpmbeapabclfmopcoblnhcglplffmp
Official URL https://chromewebstore.google.com/detail/kakapo-for-chrome/hjbpmbeapabclfmopcoblnhcglplffmp
Description A Chrome extension of Kakapo
File Size 907 KB
Installation Count 204
Current Version 1.3.0
Last Updated 2016-09-25
Publish Date 2016-09-24
Rating 4.15/5 Total 13 Ratings
Developer Daniel Levitt
Payment Type free
Extension Website http://kakapo.co
Help Page URL https://github.com/bluedaniel/kakapo-chrome
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kakapo for Chrome",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "A Chrome extension of Kakapo",
    "homepage_url": "http:\/\/kakapo.co",
    "icons": {
        "48": "favicons\/icon48.png",
        "128": "favicons\/icon128.png"
    },
    "background": {
        "page": "bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicons\/icon76.png",
        "default_title": "Kakapo for Chrome",
        "default_popup": "browser_action\/browser_action.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}