Socialist Core Values

May The Communist Party in your heart.

Hvad er Socialist Core Values?

Socialist Core Values er en Chrome-udvidelse udviklet af Dracarys, og dens hovedfunktion er "May The Communist Party in your heart.".

Udvidelsesskærmbilleder

screenshot

Download Socialist Core Values-udvidelses-CRX-fil

Download Socialist Core Values-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Socialist Core Values Socialist Core Values
ID dmemldldnoekldcnbbndmoacldaifkod
Officiel URL https://chromewebstore.google.com/detail/socialist-core-values/dmemldldnoekldcnbbndmoacldaifkod
Beskrivelse May The Communist Party in your heart.
Filstørrelse 39.89 KB
Antal Installationer 33
Nuværende Version 1.0.1
Senest Opdateret 2018-10-08
Udgivelsesdato 2018-10-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Dracarys
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}