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"
    }
}