Communa

Plays communist music when certain words are clicked

Communaคืออะไร?

Communa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nicholaswang2000 และคุณลักษณะหลักของมันคือ "Plays communist music when certain words are clicked"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Communa

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}