煎蛋无聊图加速

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

煎蛋无聊图加速란 무엇입니까?

煎蛋无聊图加速은(는) seiuneko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "替换煎蛋无聊图的图床为原先的新浪图床"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

煎蛋无聊图加速 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 煎蛋无聊图加速 煎蛋无聊图加速
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"
            }
        ]
    }
}