Communa
Plays communist music when certain words are clicked
Communa란 무엇입니까?
Communa은(는) nicholaswang2000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plays communist music when certain words are clicked"입니다.
확장 프로그램 스크린샷
Communa 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |