煎蛋小破站

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

What is 煎蛋小破站?

煎蛋小破站 is a Chrome extension developed by Atom, and its main feature is "煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 煎蛋小破站 Extension CRX File

Download 煎蛋小破站 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 煎蛋小破站 煎蛋小破站
ID oepipempebfbggpkgmpfjhonnieahddk
Official URL https://chromewebstore.google.com/detail/%E7%85%8E%E8%9B%8B%E5%B0%8F%E7%A0%B4%E7%AB%99/oepipempebfbggpkgmpfjhonnieahddk
Description 煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。
File Size 60.02 KB
Installation Count 50
Current Version 1.1.4
Last Updated 2020-08-24
Publish Date 2020-08-17
Developer Atom
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}