Socialist Core Values

May The Communist Party in your heart.

What is Socialist Core Values?

Socialist Core Values is a Chrome extension developed by Dracarys, and its main feature is "May The Communist Party in your heart.".

Extension Screenshots

screenshot

Download Socialist Core Values Extension CRX File

Download Socialist Core Values extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Socialist Core Values Socialist Core Values
ID dmemldldnoekldcnbbndmoacldaifkod
Official URL https://chromewebstore.google.com/detail/socialist-core-values/dmemldldnoekldcnbbndmoacldaifkod
Description May The Communist Party in your heart.
File Size 39.89 KB
Installation Count 33
Current Version 1.0.1
Last Updated 2018-10-08
Publish Date 2018-10-07
Rating 5.00/5 Total 3 Ratings
Developer Dracarys
Email [email protected]
Payment Type free
Supported Languages 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'"
}