煎蛋无聊图加速

替换煎蛋无聊图的图床为原先的新浪图床

什么是煎蛋无聊图加速?

煎蛋无聊图加速是由seiuneko开发的Chrome扩展程序,该扩展的主要功能是“替换煎蛋无聊图的图床为原先的新浪图床”。

扩展截图

screenshot
screenshot

下载煎蛋无聊图加速扩展crx文件

下载煎蛋无聊图加速扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        替换煎蛋无聊图的图床为原先的新浪图床,加快图片加载速度。                    

扩展基本信息

名称 煎蛋无聊图加速 煎蛋无聊图加速
ID pgkhddbbipclegkaheabhpahkifdaane
官方URL https://chromewebstore.google.com/detail/%E7%85%8E%E8%9B%8B%E6%97%A0%E8%81%8A%E5%9B%BE%E5%8A%A0%E9%80%9F/pgkhddbbipclegkaheabhpahkifdaane
简介 替换煎蛋无聊图的图床为原先的新浪图床
文件大小 17.39 KB
安装次数 619
当前版本 0.4.0
更新时间 2024-01-24
上架时间 2024-01-24
评分 5.00/5 共12次评分
开发者 seiuneko
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/seiuneko/JandanPicBoost
帮助页面URL https://github.com/seiuneko/JandanPicBoost/issues
隐私政策页面URL https://github.com/seiuneko/JandanPicBoost/blob/master/PRIVACY_POLICY.md
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u714e\u86cb\u65e0\u804a\u56fe\u52a0\u901f",
    "description": "\u66ff\u6362\u714e\u86cb\u65e0\u804a\u56fe\u7684\u56fe\u5e8a\u4e3a\u539f\u5148\u7684\u65b0\u6d6a\u56fe\u5e8a",
    "author": "seiuneko",
    "homepage_url": "https:\/\/github.com\/seiuneko\/JandanPicBoost",
    "version": "0.4.0",
    "icons": {
        "16": "icons\/jandan-16.png",
        "32": "icons\/jandan-32.png",
        "48": "icons\/jandan-48.png",
        "128": "icons\/jandan-128.png"
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/jandan.net\/*",
        "*:\/\/i.jandan.net\/*",
        "*:\/\/*.moyu.im\/*",
        "*:\/\/*.sinaimg.cn\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "jandan_ruleset",
                "enabled": true,
                "path": "jandan_ruleset.json"
            }
        ]
    }
}