Socialist Core Values

May The Communist Party in your heart.

Cos'è Socialist Core Values?

Socialist Core Values è un'estensione di Chrome sviluppata da Dracarys, e la sua funzione principale è "May The Communist Party in your heart.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Socialist Core Values

Scarica i file di estensione Socialist Core Values in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Socialist Core Values Socialist Core Values
ID dmemldldnoekldcnbbndmoacldaifkod
URL Ufficiale https://chromewebstore.google.com/detail/socialist-core-values/dmemldldnoekldcnbbndmoacldaifkod
Descrizione May The Communist Party in your heart.
Dimensione del File 39.89 KB
Conteggio Installazioni 33
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-10-08
Data di Pubblicazione 2018-10-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Dracarys
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}