Socialist Core Values

May The Communist Party in your heart.

Socialist Core Valuesとは何ですか?

Socialist Core ValuesはDracarysによって開発されたChromeの拡張機能で、その主な機能は「May The Communist Party in your heart.」です。

拡張機能のスクリーンショット

screenshot

Socialist Core Values拡張機能のCRXファイルをダウンロード

Socialist Core Values拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 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
Eメール [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'"
}