稳定信号未识别到付费功能高风险权限组合
Stylus icon

Stylus

Redesign the web with Stylus, a user-style manager. Stylus allows you to easily install themes and skins for many popular sites.

用户数1M当前公开安装规模
评分4.5商店平均评分
评论数1,225公开评论体量
Manifest 版本V3插件平台版本
7日增长0近 7 天净增用户
7日增长率0%相对周增长速度
视觉预览

Stylus 媒体预览

3 项素材
趋势

用户增长趋势

按已采集快照查看用户数变化。

用户增长趋势

1M1M1M1M1M2026年7月12日2026年7月15日2026年7月18日最新值: 1M
评分趋势

近 7 日评分趋势

展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。

7 日评分变化

起始值
4.52
最新值
4.52
7 日评分变化
0.00
4.424.474.524.574.622026年7月12日2026年7月15日2026年7月18日最新值: 4.52
2026年7月12日2026年7月18日
增长概览

日/周/月增长表现

同口径展示 1 天、7 天、30 天的绝对增长与增长率。

1日增长持平
00%
7日增长持平
00%
30日增长持平
00%
技术摘要

版本、语言与抓取信息

查看发布时间、版本、支持语言、最近更新和抓取时间。

版本2.3.17
ManifestV3
大小1.04MiB
语言数34Deutsch / English / English (United Kingdom) +31
发布时间
最近更新
最近抓取
DeutschEnglishEnglish (United Kingdom)NederlandsTiếng ViệtTürkçedanskeestiespañolespañol (Latinoamérica)françaisitaliano
简介

插件简介

查看插件说明、主要功能和适用场景。

Redesign your favourite websites with Stylus, an actively developed and community driven user-style manager. Easily install custom themes from popular online repositories, or create, edit, and manage your own personalised CSS stylesheets.

Features

* Versatility of theme installation options. Stylus supports installs from popular online repositories. Additionally, styles can now also be installed from .user.css or .user.styl URLs (see Usercss format documentation in our github wiki).

* A backup feature for your entire database of installed styles, which is compatible with other user-style managers.

* An intuitive and configurable automatic update function for installed styles.

* A highly customisable UI, including theming, optional layouts, icon and badge colour choices, along with many other tweaks.

评价

最新评论快照

查看最近评论和评分分布。

商店综合星级4.5Chrome 商店给出的聚合评分,包含只有打分但没有同步评论正文的情况
已同步评论均分4.4仅基于下方已同步评论正文计算
有内容评论725已同步的评论正文数量
总评分/评论数1,225Chrome 商店公开评分/评论计数

商店综合星级:4.5。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。

5
516
4
70
3
64
2
27
1
48
Kuriomi My Melody2026年6月28日
5

STYLISH STEALS MY PERSONAL DATA?! IVE USED IT WITHOUT KNOWING anyways 5 stars

版本 2.3.28语言 en
tgwaste2026年6月26日
5

This is probably the only review I've ever made for an extension but it must be done. This makes chatGPT bearable again. Open AI should pay the person who made this extension because I would not have kept that service if I had to stare at the Pitch Black window all day. This puts it back to the way it used to be. Thank You! I will be sure to donate if I find a link.

版本 2.3.28语言 en
coolsharp2026年6月20日
3

구글 드라이브 동기가 잘 안됨

版本 2.3.28语言 ko
Alexander Spirgel2026年6月2日
5

Does exactly what it's supposed to without stealing my personal data like stylish does. Thanks for maintaining this version.

版本 2.3.28语言 en
4 有用 · 1 无用
Suliman Thepro2026年5月25日
5

Best app for Chrome! I can literally edit any style I want for everything in Chrome! Thanks a lot that it's a perfect thing for me! Thanks!

版本 2.3.27语言 en
1 有用 · 0 无用
Igor Shitikov2026年5月4日
5

top :)

版本 2.3.17语言 en
1 有用 · 0 无用
zenlix STR2026年5月3日
4

bagus nih extension tapi UI nya kurang bagus tapi ini udah terbaik banget by the way apakah aku orang indonesia yang pertama mencoba extension ini?

版本 2.3.17语言 id
James Flint2026年5月1日
5

just +

版本 2.3.17语言 en
Kirill “kkm” Katsnelson2026年4月26日
5

I have been using Stylus since 2017, when our data inspection firewall alarmed of data exfiltration by its evil grandfather plugin called "Stylish" (beware of that scam! it's undisclosed! Although I heard it was removed from both stores). Stylus is safe. If you know CSS, Stylus is your to-go plugin to fix styling or readability issues or bugs on the Web sites that you often use. Curiously, I've used it temporarily on the MDN site itself to fix the left navigation sidebar sizing issue (which I also reported, but it took a couple of months to fix). It's support for UserCSS preamble allows you to share your CSS tweaks with friends or, if they're of general interest, even publish them. Now, in 2020s, when all documentation and everything else has shifted to the Web, it is an absolutely essential tool in your toolbox. You can even style the browser's own default styling selectors — just specify "Everything" for the doman and URL prefix — such as ':selection' to make it less contrast (white on bright blue default is not the best choice for black on white text!), substitute a better quality Segoe UI Variable where Segoe UI is asked for on Windows 11, with 'font-variant: tabular-nums slashed-zero;', etc etc etc. Personally, I often force documentation full black on white when it defaults on poorly readable grey on white, adjust linespacing for readability, hide or reduce 'position: sticky' elements to give me more useful space — formatting is your oyster when you learn a bit of the browser's debugger to grok what style you want to change, and what it's specificity so that your one overrides theirs. Hint: to increase specificity of your style by default without contortions, wrap your whole style into at least 'html body { .... }' block (all major browsers support the CSS Nesting Module Level 1 by now); if either or both have class(es), use them too, 'html.htmlclass body.bodyclass1.bodyclass2 { ... }', and if they have an 'id=...', you're a king: '#htmlidval body#bodyidval { ... }' adds 2 to the highest selectivity value, so you'll hardly ever turn to the ugggly '! important` selector! (And if you're also using any JS mangler plugin, adding these 'id="..."' attributes is a no-brainer if you're struggling with your added styles getting deprioritised; they're in the static DOM model). Folks, this one is in the absolutely essential set of any browser's user — which we all are in this day and age! And, if you can afford it without straining your necessities, of course, go to their GitHub page and donate however much you feel via the OpenCollective link. A cup of fancy strong coffee drink is $10 in the US. Remember: a software engineer is the machine that converts coffee to wonderful software. Think about it like this: do you want Stylus get even better?

版本 2.3.17语言 en
5 有用 · 0 无用
Rafael Pozzi2026年4月25日
4

Perfect extension! Love the simple but efficient UI! Only one of the biggest issues is the extremely unstable storage system. I have had multiple episodes of data loss, either losing entire styles due to the "it's open in a different tab, do you want to overwrite" (but it's not), or losing multiple styles when the entire database goes back to a old state for some reason. Crashes happen occasionally. Data corruption happens too often, I even got an alert once saying it's been corrupted. If you don't constantly back up your data, and write many styles, you are at a high risk of losing your precious code!

版本 2.3.17语言 en
1 有用 · 0 无用