Communa

Plays communist music when certain words are clicked

Vad är Communa?

Communa är en Chrome-tillägg utvecklad av nicholaswang2000, och dess huvudfunktion är "Plays communist music when certain words are clicked".

Tilläggsskärmbilder

Ladda ner Communa-förlängningens CRX-fil

Ladda ner Communa-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Communa Communa
ID ncjnflmnkajjclhboakfkjombmaighdi
Officiell webbadress https://chromewebstore.google.com/detail/communa/ncjnflmnkajjclhboakfkjombmaighdi
Beskrivning Plays communist music when certain words are clicked
Filstorlek 184 KB
Antal Installationer 212
Aktuell Version 1.0
Senast Uppdaterad 2019-10-12
Publiceringsdatum 2019-10-10
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare nicholaswang2000
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}