Communa

Plays communist music when certain words are clicked

Qu'est-ce que Communa ?

Communa est une extension Chrome développée par nicholaswang2000, et sa fonction principale est "Plays communist music when certain words are clicked".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Communa

Téléchargez les fichiers d'extension Communa au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Communa Communa
ID ncjnflmnkajjclhboakfkjombmaighdi
URL Officiel https://chromewebstore.google.com/detail/communa/ncjnflmnkajjclhboakfkjombmaighdi
Description Plays communist music when certain words are clicked
Taille du Fichier 184 KB
Nombre d'Installations 212
Version Actuelle 1.0
Dernière Mise à Jour 2019-10-12
Date de Publication 2019-10-10
Évaluation 5.00/5 Total 9 Évaluations
Développeur nicholaswang2000
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}