煎蛋小破站

煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。

煎蛋小破站란 무엇입니까?

煎蛋小破站은(는) Atom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

煎蛋小破站 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        煎蛋网站速览无聊图, 添加夜间护眼模式。
煎包网添加夜间模式、聊天框增强。                    

확장 프로그램 기본 정보

이름 煎蛋小破站 煎蛋小破站
ID oepipempebfbggpkgmpfjhonnieahddk
공식 URL https://chromewebstore.google.com/detail/%E7%85%8E%E8%9B%8B%E5%B0%8F%E7%A0%B4%E7%AB%99/oepipempebfbggpkgmpfjhonnieahddk
설명 煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。
파일 크기 60.02 KB
설치 횟수 50
현재 버전 1.1.4
최근 업데이트 2020-08-24
출시 날짜 2020-08-17
개발자 Atom
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "jhrxx",
    "name": "\u714e\u86cb\u5c0f\u7834\u7ad9",
    "description": "\u714e\u86cb\u591c\u95f4\u6a21\u5f0f\u3001\u901f\u89c8\u65e0\u804a\u56fe\uff0c\u714e\u5305\u5c0f\u7834\u7ad9\u591c\u95f4\u6a21\u5f0f\u3001\u804a\u5929\u6846\u589e\u5f3a\u3002",
    "version": "1.1.4",
    "icons": {
        "48": "icon-48.png",
        "96": "icon-96.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/janbao.net\/*"
            ],
            "css": [
                "node_modules\/driver.js\/dist\/driver.min.css",
                "janbao-dark-theme.css"
            ],
            "js": [
                "node_modules\/driver.js\/dist\/driver.min.js",
                "janbao.js"
            ]
        },
        {
            "matches": [
                "*:\/\/jandan.net\/*",
                "*:\/\/*.jandan.net\/*"
            ],
            "css": [
                "node_modules\/driver.js\/dist\/driver.min.css",
                "node_modules\/viewerjs\/dist\/viewer.min.css",
                "jandan-dark-theme.css"
            ],
            "js": [
                "node_modules\/viewerjs\/dist\/viewer.min.js",
                "node_modules\/driver.js\/dist\/driver.min.js",
                "lib.js",
                "jandan.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/janbao.net\/*",
        "*:\/\/jandan.net\/*",
        "*:\/\/*.jandan.net\/*"
    ]
}