Communa
Plays communist music when certain words are clicked
Communaとは何ですか?
Communaはnicholaswang2000によって開発されたChromeの拡張機能で、その主な機能は「Plays communist music when certain words are clicked」です。
拡張機能のスクリーンショット
Communa拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |