Quokka Chat

Adds video content directly to Quokka.chat web app

What is Quokka Chat?

Quokka Chat is a Chrome extension developed by https://quokka.chat, and its main feature is "Adds video content directly to Quokka.chat web app".

Extension Screenshots

screenshot

Download Quokka Chat Extension CRX File

Download Quokka Chat 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

                        Complementary to Quokka.chat's web app that allows users to easily add video content from YouTube with the click of a button.                    

Extension Basic Information

Name Quokka Chat Quokka Chat
ID ainpihlplcmmjmalmbagnmahafjiaeoh
Official URL https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh
Description Adds video content directly to Quokka.chat web app
File Size 84.81 KB
Installation Count 11
Current Version 0.0.0.3
Last Updated 2015-08-05
Publish Date 2015-08-05
Developer https://quokka.chat
Payment Type free
Extension Website http://www.quokka.chat
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quokka Chat",
    "description": "Adds video content directly to Quokka.chat web app",
    "version": "0.0.0.3",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "quokka.png",
        "default_title": "Quokka",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "quokka.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/jquery-2.1.4.min.js",
                "\/js\/quokka.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}