Communa
Plays communist music when certain words are clicked
Was ist Communa?
Communa ist eine Chrome-Erweiterung, die von nicholaswang2000 entwickelt wurde, und ihr Hauptmerkmal ist "Plays communist music when certain words are clicked".
Erweiterungsscreenshots
Communa-Erweiterungs-CRX-Datei herunterladen
Laden Sie Communa-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Communa |
ID | ncjnflmnkajjclhboakfkjombmaighdi |
Offizielle URL | https://chromewebstore.google.com/detail/communa/ncjnflmnkajjclhboakfkjombmaighdi |
Beschreibung | Plays communist music when certain words are clicked |
Dateigröße | 184 KB |
Installationsanzahl | 212 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-10-12 |
Veröffentlichungsdatum | 2019-10-10 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | nicholaswang2000 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |