Communa

Plays communist music when certain words are clicked

Τι είναι το Communa;

Το Communa είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nicholaswang2000, και η κύρια λειτουργία του είναι "Plays communist music when certain words are clicked".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Communa

Λήψη αρχείων επέκτασης 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"
    ]
}