Socialist Core Values

May The Communist Party in your heart.

Socialist Core Values क्या है?

Socialist Core Values Dracarys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "May The Communist Party in your heart."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Socialist Core Values एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम 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'"
}