煎煎煎蛋
煎蛋网体验优化
Wat is 煎煎煎蛋?
煎煎煎蛋 is een Chrome-extensie ontwikkeld door Chclt, en de belangrijkste functie is "煎蛋网体验优化".
Extensie Screenshots
Download het CRX-bestand van de extensie 煎煎煎蛋
Download 煎煎煎蛋-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
这个拓展帮助你提升煎蛋网(jandan.net)的浏览体验,目前的功能包括:
GIF 图像增强,现在你可以在浏览 GIF 图像时控制播放、暂停、前一帧、后一帧,也可以减速、加速,还可以正放、倒放、来回放。对了,还有一个超载鸡样式的播放进度条!
该拓展程序已经在 Github 开源,如果有机会我会带来更多优化。 Basisinformatie over de Extensie
| Naam | |
| ID | ocjoihpdbdkcmddjapjlgagocficilhl |
| Officiële URL | https://chromewebstore.google.com/detail/%E7%85%8E%E7%85%8E%E7%85%8E%E8%9B%8B/ocjoihpdbdkcmddjapjlgagocficilhl |
| Beschrijving | 煎蛋网体验优化 |
| Bestandsgrootte | 20.86 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-08-08 |
| Publicatiedatum | 2023-08-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Chclt |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/chclt/jandan-plus/ |
| Help Pagina-URL | https://github.com/chclt/jandan-plus/ |
| Ondersteunde Talen | 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"
}
]
} | |