Socialist Core Values

May The Communist Party in your heart.

什麼是Socialist Core Values?

Socialist Core Values是由Dracarys開發的Chrome擴展程式,該擴展的主要功能是“May The Communist Party in your heart.”。

擴展截圖

screenshot

下載Socialist Core Values擴展crx文件

下載Socialist Core Values擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Socialist Core Values Socialist Core Values
ID dmemldldnoekldcnbbndmoacldaifkod
官方網址 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'"
}