煎煎煎蛋

煎蛋网体验优化

What is 煎煎煎蛋?

煎煎煎蛋 is a Chrome extension developed by Chclt, and its main feature is "煎蛋网体验优化".

Extension Screenshots

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

                        这个拓展帮助你提升煎蛋网(jandan.net)的浏览体验,目前的功能包括:

GIF 图像增强,现在你可以在浏览 GIF 图像时控制播放、暂停、前一帧、后一帧,也可以减速、加速,还可以正放、倒放、来回放。对了,还有一个超载鸡样式的播放进度条!

该拓展程序已经在 Github 开源,如果有机会我会带来更多优化。                    

Extension Basic Information

Name 煎煎煎蛋 煎煎煎蛋
ID ocjoihpdbdkcmddjapjlgagocficilhl
Official URL https://chromewebstore.google.com/detail/%E7%85%8E%E7%85%8E%E7%85%8E%E8%9B%8B/ocjoihpdbdkcmddjapjlgagocficilhl
Description 煎蛋网体验优化
File Size 20.86 KB
Installation Count 51
Current Version 1.0
Last Updated 2023-08-08
Publish Date 2023-08-07
Rating 5.00/5 Total 1 Ratings
Developer Chclt
Email [email protected]
Payment Type free
Extension Website https://github.com/chclt/jandan-plus/
Help Page URL https://github.com/chclt/jandan-plus/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u714e\u714e\u714e\u86cb",
    "description": "\u714e\u86cb\u7f51\u4f53\u9a8c\u4f18\u5316",
    "version": "1.0",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ],
            "matches": [
                "*:\/\/jandan.net\/top",
                "*:\/\/jandan.net\/top-4h",
                "*:\/\/jandan.net\/top-tucao",
                "*:\/\/jandan.net\/top-ooxx",
                "*:\/\/jandan.net\/top-comments",
                "*:\/\/jandan.net\/top-3days",
                "*:\/\/jandan.net\/top-7days",
                "*:\/\/jandan.net\/qa*",
                "*:\/\/jandan.net\/treehole*",
                "*:\/\/jandan.net\/ooxx*",
                "*:\/\/jandan.net\/pic*",
                "*:\/\/jandan.net\/t\/*"
            ],
            "run_at": "document_end"
        }
    ]
}