煎蛋小破站
煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。
煎蛋小破站とは何ですか?
煎蛋小破站はAtomによって開発されたChromeの拡張機能で、その主な機能は「煎蛋夜间模式、速览无聊图,煎包小破站夜间模式、聊天框增强。」です。
拡張機能のスクリーンショット
煎蛋小破站拡張機能のCRXファイルをダウンロード
煎蛋小破站拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
煎蛋网站速览无聊图, 添加夜间护眼模式。 煎包网添加夜间模式、聊天框增强。
拡張機能の基本情報
名前 | 煎蛋小破站 |
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 |
Eメール | [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\/*" ] } |