Communa

Plays communist music when certain words are clicked

什么是Communa?

Communa是由nicholaswang2000开发的Chrome扩展程序,该扩展的主要功能是“Plays communist music when certain words are clicked”。

扩展截图

下载Communa扩展crx文件

下载Communa扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Whether you agree communism was right or not, we can all agree that communist music is the best. This extension helps you play communist music on the go wherever you are! Are you doing homework? Are you reading history trivia? Are you watching the Olympics? Well you could now listen to communist music when you're doing any of the above, and more! Simply find a communist word, and double click it to listen to the perfect musical compositions that are communist music.                    

扩展基本信息

名称 Communa Communa
ID ncjnflmnkajjclhboakfkjombmaighdi
官方URL https://chromewebstore.google.com/detail/communa/ncjnflmnkajjclhboakfkjombmaighdi
简介 Plays communist music when certain words are clicked
文件大小 184 KB
安装次数 212
当前版本 1.0
更新时间 2019-10-12
上架时间 2019-10-10
评分 5.00/5 共9次评分
开发者 nicholaswang2000
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Communa",
    "version": "1.0",
    "description": "Plays communist music when certain words are clicked",
    "manifest_version": 2,
    "author": "Nicholas Wang",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "soviet.mp3",
        "china.mp3",
        "note.mp3"
    ]
}