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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}