Socialist Core Values

May The Communist Party in your heart.

Socialist Core Valuesคืออะไร?

Socialist Core Values เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dracarys และคุณลักษณะหลักของมันคือ "May The Communist Party in your heart."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Socialist Core Values ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        为鼠标左键的点击附加了“社会主义核心价值观”效果。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Socialist Core Values Socialist Core Values
ID dmemldldnoekldcnbbndmoacldaifkod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/socialist-core-values/dmemldldnoekldcnbbndmoacldaifkod
คำอธิบาย May The Communist Party in your heart.
ขนาดไฟล์ 39.89 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-10-08
วันที่เผยแพร่ 2018-10-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Dracarys
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Socialist Core Values",
    "author": "Absolom",
    "version": "1.0.1",
    "description": "May The Communist Party in your heart.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Socialist Core Values"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/socialist-core-values.js",
                "js\/background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dmemldldnoekldcnbbndmoacldaifkod",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}