煎煎煎蛋
煎蛋网体验优化
Hvad er 煎煎煎蛋?
煎煎煎蛋 er en Chrome-udvidelse udviklet af Chclt, og dens hovedfunktion er "煎蛋网体验优化".
Udvidelsesskærmbilleder
Download 煎煎煎蛋-udvidelses-CRX-fil
Download 煎煎煎蛋-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
这个拓展帮助你提升煎蛋网(jandan.net)的浏览体验,目前的功能包括:
GIF 图像增强,现在你可以在浏览 GIF 图像时控制播放、暂停、前一帧、后一帧,也可以减速、加速,还可以正放、倒放、来回放。对了,还有一个超载鸡样式的播放进度条!
该拓展程序已经在 Github 开源,如果有机会我会带来更多优化。 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ocjoihpdbdkcmddjapjlgagocficilhl |
| Officiel URL | https://chromewebstore.google.com/detail/%E7%85%8E%E7%85%8E%E7%85%8E%E8%9B%8B/ocjoihpdbdkcmddjapjlgagocficilhl |
| Beskrivelse | 煎蛋网体验优化 |
| Filstørrelse | 20.86 KB |
| Antal Installationer | 51 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-08-08 |
| Udgivelsesdato | 2023-08-07 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Chclt |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/chclt/jandan-plus/ |
| Hjælpeside-URL | https://github.com/chclt/jandan-plus/ |
| Understøttede Sprog | 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"
}
]
} | |