Communa

Plays communist music when certain words are clicked

What is Communa?

Communa is a Chrome extension developed by nicholaswang2000, and its main feature is "Plays communist music when certain words are clicked".

Extension Screenshots

Download Communa Extension CRX File

Download Communa 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

                        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.                    

Extension Basic Information

Name Communa Communa
ID ncjnflmnkajjclhboakfkjombmaighdi
Official URL https://chromewebstore.google.com/detail/communa/ncjnflmnkajjclhboakfkjombmaighdi
Description Plays communist music when certain words are clicked
File Size 184 KB
Installation Count 212
Current Version 1.0
Last Updated 2019-10-12
Publish Date 2019-10-10
Rating 5.00/5 Total 9 Ratings
Developer nicholaswang2000
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}