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 |
官方網址 | 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" ] } |