煎蛋小破站

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

Cos'è 煎蛋小破站?

煎蛋小破站 è un'estensione di Chrome sviluppata da Atom, e la sua funzione principale è "煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 煎蛋小破站

Scarica i file di estensione 煎蛋小破站 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 煎蛋小破站 煎蛋小破站
ID oepipempebfbggpkgmpfjhonnieahddk
URL Ufficiale https://chromewebstore.google.com/detail/%E7%85%8E%E8%9B%8B%E5%B0%8F%E7%A0%B4%E7%AB%99/oepipempebfbggpkgmpfjhonnieahddk
Descrizione 煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。
Dimensione del File 60.02 KB
Conteggio Installazioni 50
Versione Corrente 1.1.4
Ultimo Aggiornamento 2020-08-24
Data di Pubblicazione 2020-08-17
Sviluppatore Atom
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,
    "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\/*"
    ]
}