Communa
Plays communist music when certain words are clicked
O que é Communa?
Communa é uma extensão do Chrome desenvolvida por nicholaswang2000, e sua principal característica é "Plays communist music when certain words are clicked".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Communa
Baixe arquivos de extensão Communa no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Communa |
ID | ncjnflmnkajjclhboakfkjombmaighdi |
URL Oficial | https://chromewebstore.google.com/detail/communa/ncjnflmnkajjclhboakfkjombmaighdi |
Descrição | Plays communist music when certain words are clicked |
Tamanho do Arquivo | 184 KB |
Contagem de Instalações | 212 |
Versão Atual | 1.0 |
Última Atualização | 2019-10-12 |
Data de Publicação | 2019-10-10 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | nicholaswang2000 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |