Chicken on a Raft

Play the song Chicken on a Raft!

Chicken on a Raftとは何ですか?

Chicken on a Raftはhttps://niko109.comによって開発されたChromeの拡張機能で、その主な機能は「Play the song Chicken on a Raft!」です。

拡張機能のスクリーンショット

screenshot

Chicken on a Raft拡張機能のCRXファイルをダウンロード

Chicken on a Raft拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Chicken on a Raft Chicken on a Raft
ID mlpeefdfilpcolheiopnpicfkchdchbp
公式URL https://chromewebstore.google.com/detail/chicken-on-a-raft/mlpeefdfilpcolheiopnpicfkchdchbp
説明 Play the song Chicken on a Raft!
ファイルサイズ 2.63 MB
インストール数 485
現在のバージョン 1.0
最終更新日 2014-02-14
公開日 2014-02-14
評価 4.43/5 合計 14 レビュー
開発者 https://niko109.com
支払い方法 free
拡張機能のウェブサイト http://niko109.com
対応言語 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"
        ]
    }
}