Communa

Plays communist music when certain words are clicked

Communa là gì?

Communa là một tiện ích mở rộng Chrome được phát triển bởi nicholaswang2000, và tính năng chính của nó là "Plays communist music when certain words are clicked".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Communa

Tải xuống các tệp mở rộng Communa dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Communa Communa
ID ncjnflmnkajjclhboakfkjombmaighdi
URL Chính Thức https://chromewebstore.google.com/detail/communa/ncjnflmnkajjclhboakfkjombmaighdi
Mô tả Plays communist music when certain words are clicked
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-10-12
Ngày Phát Hành 2019-10-10
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển nicholaswang2000
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}