Chicken on a Raft

Play the song Chicken on a Raft!

What is Chicken on a Raft?

Chicken on a Raft is a Chrome extension developed by https://niko109.com, and its main feature is "Play the song Chicken on a Raft!".

Extension Screenshots

screenshot

Download Chicken on a Raft Extension CRX File

Download Chicken on a Raft 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

                        Play "Chicken on a Raft" anywhere you are without an internet connection! Can even play in background when Chrome is closed!

Chicken on a raft: http://chickenonaraft.com                    

Extension Basic Information

Name Chicken on a Raft Chicken on a Raft
ID mlpeefdfilpcolheiopnpicfkchdchbp
Official URL https://chromewebstore.google.com/detail/chicken-on-a-raft/mlpeefdfilpcolheiopnpicfkchdchbp
Description Play the song Chicken on a Raft!
File Size 2.63 MB
Installation Count 485
Current Version 1.0
Last Updated 2014-02-14
Publish Date 2014-02-14
Rating 4.43/5 Total 14 Ratings
Developer https://niko109.com
Payment Type free
Extension Website http://niko109.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Play the song Chicken on a Raft!",
    "manifest_version": 2,
    "name": "Chicken on a Raft",
    "permissions": [
        "background"
    ],
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "http:\/\/niko109.com",
    "author": "Nick Schauer",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Chicken on a Raft",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "player.js"
        ]
    }
}