Socialist Core Values

May The Communist Party in your heart.

Wat is Socialist Core Values?

Socialist Core Values is een Chrome-extensie ontwikkeld door Dracarys, en de belangrijkste functie is "May The Communist Party in your heart.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Socialist Core Values

Download Socialist Core Values-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Socialist Core Values Socialist Core Values
ID dmemldldnoekldcnbbndmoacldaifkod
Officiële URL https://chromewebstore.google.com/detail/socialist-core-values/dmemldldnoekldcnbbndmoacldaifkod
Beschrijving May The Communist Party in your heart.
Bestandsgrootte 39.89 KB
Aantal Installaties 33
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-10-08
Publicatiedatum 2018-10-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Dracarys
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}