Communa

Plays communist music when certain words are clicked

Cos'è Communa?

Communa è un'estensione di Chrome sviluppata da nicholaswang2000, e la sua funzione principale è "Plays communist music when certain words are clicked".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Communa

Scarica i file di estensione Communa in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Communa Communa
ID ncjnflmnkajjclhboakfkjombmaighdi
URL Ufficiale https://chromewebstore.google.com/detail/communa/ncjnflmnkajjclhboakfkjombmaighdi
Descrizione Plays communist music when certain words are clicked
Dimensione del File 184 KB
Conteggio Installazioni 212
Versione Corrente 1.0
Ultimo Aggiornamento 2019-10-12
Data di Pubblicazione 2019-10-10
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore nicholaswang2000
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}