煎蛋无聊图加速
替换煎蛋无聊图的图床为原先的新浪图床
What is 煎蛋无聊图加速?
煎蛋无聊图加速 is a Chrome extension developed by seiuneko, and its main feature is "替换煎蛋无聊图的图床为原先的新浪图床".
Extension Screenshots
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
替换煎蛋无聊图的图床为原先的新浪图床,加快图片加载速度。
Extension Basic Information
Name | 煎蛋无聊图加速 |
ID | pgkhddbbipclegkaheabhpahkifdaane |
Official 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 |
Description | 替换煎蛋无聊图的图床为原先的新浪图床 |
File Size | 17.39 KB |
Installation Count | 619 |
Current Version | 0.4.0 |
Last Updated | 2024-01-24 |
Publish Date | 2024-01-24 |
Rating | 5.00/5 Total 12 Ratings |
Developer | seiuneko |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/seiuneko/JandanPicBoost |
Help Page URL | https://github.com/seiuneko/JandanPicBoost/issues |
Privacy Policy Page URL | https://github.com/seiuneko/JandanPicBoost/blob/master/PRIVACY_POLICY.md |
Supported Languages | 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" } ] } } |