Everything is Awesome!

This extension will play the 'Everything is Awesome' song.

Everything is Awesome!とは何ですか?

Everything is Awesome!はUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension will play the 'Everything is Awesome' song.」です。

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

screenshot

Everything is Awesome!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Clicking on the lego will bring a up a audio of the chorus of "Everything is Awesome".                    

拡張機能の基本情報

名前 Everything is Awesome! Everything is Awesome!
ID okadogimmiabfkmomanboihcamdejgbh
公式URL https://chromewebstore.google.com/detail/everything-is-awesome/okadogimmiabfkmomanboihcamdejgbh
説明 This extension will play the 'Everything is Awesome' song.
ファイルサイズ 36.57 KB
インストール数 32
現在のバージョン 1.0
最終更新日 2014-07-25
公開日 2014-07-25
評価 5.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everything is Awesome!",
    "description": "This extension will play the 'Everything is Awesome' song.",
    "version": "1.0",
    "permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "browser_action": {
        "default_icon": "lego16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "lego16.png",
        "48": "lego48.png",
        "128": "lego128.png"
    }
}